home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 100 / CD-ROM 100.iso / aplic / oo1_1 / setup.inf < prev    next >
Encoding:
INI File  |  2003-07-08  |  461.9 KB  |  15,726 lines

  1. Installation gid_Installation
  2.     ProductName     = "OpenOffice.org";
  3.     ProductVersion = "1.1";
  4.     VendorName     = "OpenOffice.org";
  5.     DefaultDestPath = "<winprogpath>\%PRODUCTNAME%PRODUCTVERSION";
  6.     ScriptVersion = 100;
  7.     UpdateFor     = "%PRODUCTNAME 1.0.3;%PRODUCTNAME 1.0.2;%PRODUCTNAME 1.0.1;%PRODUCTNAME 1.0;%PRODUCTNAME 1.1";
  8.     Bitmap         = "oo_product.bmp";
  9.     DefaultLanguage = "01";
  10.     Languages     = "01";
  11.     Styles         = (KEEP_OLD_VERSION);
  12.     ProductExtension = "RC";
  13. End
  14.  
  15. HelpText gid_Help_Address
  16.     ID             = "PAGE_ADDRESS";
  17.     Text         = "Enter your user data into the corresponding fields.\n\nThe data entered here will be used as default entries in some fields, for example in templates for letters and faxes.";
  18. End
  19.  
  20. HelpText gid_Help_Installmode
  21.     ID             = "PAGE_INSTALLMODE";
  22.     Text         = "The Standard installation is recommended for normal users. It generally installs all components together with a selection of filters.\n\nThe Custom installation shows a dialog in which you can select the individual components to be installed.\n\nThe Minimum installation only installs those components needed to run the application. This option does not install the Help or most of the sample documents and templates.";
  23. End
  24.  
  25. HelpText gid_Help_Installmode_Workstation
  26.     ID             = "PAGE_INSTALLMODE_WKS";
  27.     Text         = "A workstation installation only installs user-specific files that are required to run %PRODUCTNAME from a server installation.\n\nA local installation installs all of the files that are required to run %PRODUCTNAME from your computer.";
  28. End
  29.  
  30. HelpText gid_Help_InstallPath
  31.     ID             = "PAGE_INSTPATH";
  32.     Text         = "Specify the directory where this product is to be installed. This folder will then be used to create several files and sub-folders.";
  33. End
  34.  
  35. HelpText gid_Help_Reinstallation
  36.     ID             = "PAGE_REINSTALLATION";
  37.     Text         = "Modify Installation:\nUse this procedure to either delete individual components that have already been installed or to install additional ones.\n\nDeinstallation:\nThis procedure will delete the files and folders created by the setup program during installation. Files and folders created by the user after installation will not be deleted.\n\nRepair:\nThis option re-enters the application into your operating system's registry. An attempt will be made to restore inadvertently deleted program files.";
  38. End
  39.  
  40. HelpText gid_Help_Uninstall
  41.     ID             = "PAGE_UNINSTALL";
  42.     Text         = "The files and folders created by the setup program during installation will be deleted. Files and folders created by the user after installation will not be deleted. All of the files needed to run the setup program will not be deleted either. If you want you can have all the files deleted.";
  43. End
  44.  
  45. HelpText gid_Help_Userdefined
  46.     ID             = "PAGE_USERDEFINED";
  47.     Text         = "This is where you select the components to be installed. Note that you can select or deselect individual text filters, graphic filters, dictionaries, etc.\n\nThe Default button will reset your changes to the default settings.\n\nIf you want to add or delete components in an existing installation at a later date, call the Setup program again and select the desired components.\n\nBy default, all components marked by a colored box next to the name are installed. If you do not want to install a component, click the respective box. A colorless box indicates the components which will not be installed or are to be deleted from an existing installation. Each click on a box changes it from colored to colorless and vice versa and the component will be installed or deinstalled/not installed.\n\nIf you click the plus sign next to a component, a list of related components is displayed. These can also be installed or deinstalled as described above. A gray box indicates that some components in that group are to be installed and some are to be deinstalled/not installed.";
  48. End
  49.  
  50. HelpText gid_Help_Welcome
  51.     ID             = "PAGE_WELCOME";
  52.     Text         = "Welcome to the installation.\n\nFor a detailed description of the installation procedure refer to the Setup Guide.\n\nIn several of the Setup program dialogs there are also Help buttons which access specific information about the settings.";
  53. End
  54.  
  55. HelpText gid_Help_WrongSetup
  56.     ID             = "PAGE_WRONGSETUP";
  57.     Text         = "The application is already installed on your system (a sversion.ini or an sofficerc file with a matching entry has been found).";
  58. End
  59.  
  60. HelpText gid_Help_Migration
  61.     ID             = "PAGE_MIGRATION";
  62.     Text         = "%PRODUCTNAME can adopt personal data and configuration settings from a previous %PRODUCTNAME installation. To take advantage of this, activate the 'Import personal data' field. The path to the directory in the previous installation appears. If you do not want to accept data and settings from a previous version, unmark the 'Import personal data' check box.";
  63. End
  64.  
  65. Directory gid_Dir_Program
  66.     ParentID     = PREDEFINED_PROGDIR;
  67.     HostName     = "program";
  68. End
  69.  
  70. Directory gid_Dir_Program_Remote
  71.     ParentID     = gid_Dir_Program;
  72.     HostName     = "remote";
  73. End
  74.  
  75. Directory gid_Dir_Program_Local
  76.     ParentID     = gid_Dir_Program;
  77.     HostName     = "local";
  78. End
  79.  
  80. Directory gid_Dir_Addin
  81.     ParentID     = gid_Dir_Program;
  82.     HostName     = "addin";
  83.     Styles         = (CREATE);
  84. End
  85.  
  86. Directory gid_Dir_Addin_Source
  87.     ParentID     = gid_Dir_Addin;
  88.     HostName     = "source";
  89. End
  90.  
  91. Directory gid_Dir_Filter
  92.     ParentID     = gid_Dir_Program;
  93.     HostName     = "filter";
  94. End
  95.  
  96. Directory gid_Dir_Resource
  97.     ParentID     = gid_Dir_Program;
  98.     HostName     = "resource";
  99. End
  100.  
  101. Directory gid_Dir_Httphome
  102.     ParentID     = gid_Dir_Program;
  103.     HostName     = "httphome";
  104. End
  105.  
  106. Directory gid_Dir_Classes
  107.     ParentID     = gid_Dir_Program;
  108.     HostName     = "classes";
  109. End
  110.  
  111. Directory gid_Dir_Shellnew
  112.     ParentID     = gid_Dir_Program;
  113.     HostName     = "shellnew";
  114. End
  115.  
  116. Directory gid_Dir_User
  117.     ParentID     = PREDEFINED_PROGDIR;
  118.     HostName     = "user";
  119. End
  120.  
  121. Directory gid_Dir_User_Registry
  122.     ParentID     = gid_Dir_User;
  123.     HostName     = "registry";
  124. End
  125.  
  126. Directory gid_Dir_User_Registry_Data
  127.     ParentID     = gid_Dir_User_Registry;
  128.     HostName     = "data";
  129. End
  130.  
  131. Directory gid_Dir_User_Registry_Data_Org
  132.     ParentID     = gid_Dir_User_Registry_Data;
  133.     HostName     = "org";
  134. End
  135.  
  136. Directory gid_Dir_User_Registry_Data_Org_Openoffice
  137.     ParentID     = gid_Dir_User_Registry_Data_Org;
  138.     HostName     = "openoffice";
  139. End
  140.  
  141. Directory gid_Dir_User_Registry_Data_Org_Openoffice_Office
  142.     ParentID     = gid_Dir_User_Registry_Data_Org_Openoffice;
  143.     HostName     = "Office";
  144. End
  145.  
  146. Directory gid_Dir_User_Registry_Data_Org_Openoffice_Ucb
  147.     ParentID     = gid_Dir_User_Registry_Data_Org_Openoffice;
  148.     HostName     = "ucb";
  149. End
  150.  
  151. Directory gid_Dir_User_Registry_Cache
  152.     ParentID     = gid_Dir_User_Registry;
  153.     HostName     = "cache";
  154. End
  155.  
  156. Directory gid_Dir_User_Xslt
  157.     ParentID     = gid_Dir_User;
  158.     HostName     = "xslt";
  159. End
  160.  
  161. Directory gid_Dir_User_Autotext
  162.     ParentID     = gid_Dir_User;
  163.     HostName     = "autotext";
  164.     Styles         = (WORKSTATION, CREATE);
  165. End
  166.  
  167. Directory gid_Dir_User_Autotext_Language
  168.     ParentID     = gid_Dir_User_Autotext;
  169.     HostName     = "english";
  170. End
  171.  
  172. Directory gid_Dir_User_Uno_Packages
  173.     ParentID     = gid_Dir_User;
  174.     HostName     = "uno_packages";
  175.     Styles         = (CREATE);
  176. End
  177.  
  178. Directory gid_Dir_User_Uno_Packages_Cache
  179.     ParentID     = gid_Dir_User_Uno_Packages;
  180.     HostName     = "cache";
  181. End
  182.  
  183. Directory gid_Dir_User_Temp
  184.     ParentID     = gid_Dir_User;
  185.     HostName     = "temp";
  186.     Styles         = (WORKSTATION, CREATE);
  187. End
  188.  
  189. Directory gid_Dir_User_Autocorr
  190.     ParentID     = gid_Dir_User;
  191.     HostName     = "autocorr";
  192.     Styles         = (WORKSTATION, CREATE);
  193. End
  194.  
  195. Directory gid_Dir_User_Bookmark
  196.     ParentID     = gid_Dir_User;
  197.     HostName     = "bookmark";
  198.     Styles         = (WORKSTATION);
  199. End
  200.  
  201. Directory gid_Dir_User_Cache
  202.     ParentID     = gid_Dir_User;
  203.     HostName     = "cache";
  204. End
  205.  
  206. Directory gid_Dir_Backup
  207.     ParentID     = gid_Dir_User;
  208.     HostName     = "backup";
  209.     Styles         = (WORKSTATION, CREATE);
  210. End
  211.  
  212. Directory gid_Dir_User_Basic
  213.     ParentID     = gid_Dir_User;
  214.     HostName     = "basic";
  215.     Styles         = (WORKSTATION, CREATE);
  216. End
  217.  
  218. Directory gid_Dir_Basic_Standard
  219.     ParentID     = gid_Dir_User_Basic;
  220.     HostName     = "Standard";
  221. End
  222.  
  223. Directory gid_Dir_User_Config
  224.     ParentID     = gid_Dir_User;
  225.     HostName     = "config";
  226.     Styles         = (WORKSTATION, CREATE);
  227. End
  228.  
  229. Directory gid_Dir_User_Config_Sofficecfg
  230.     ParentID     = gid_Dir_User_Config;
  231.     HostName     = "soffice.cfg";
  232.     Styles         = (WORKSTATION);
  233. End
  234.  
  235. Directory gid_Dir_User_Config_Sofficecfg_Metainf
  236.     ParentID     = gid_Dir_User_Config_Sofficecfg;
  237.     HostName     = "META-INF";
  238.     Styles         = (WORKSTATION);
  239. End
  240.  
  241. Directory gid_Dir_User_Config_Sofficecfg_Bitmaps
  242.     ParentID     = gid_Dir_User_Config_Sofficecfg;
  243.     HostName     = "Bitmaps";
  244.     Styles         = (WORKSTATION);
  245. End
  246.  
  247. Directory gid_Dir_Config_Ssync52
  248.     ParentID     = gid_Dir_User_Config;
  249.     HostName     = "ssync52";
  250.     Styles         = (WORKSTATION);
  251. End
  252.  
  253. Directory gid_Dir_User_Template
  254.     ParentID     = gid_Dir_User;
  255.     HostName     = "template";
  256.     Styles         = (WORKSTATION, CREATE);
  257. End
  258.  
  259. Directory gid_Dir_Database
  260.     ParentID     = gid_Dir_User;
  261.     HostName     = "database";
  262.     Styles         = (WORKSTATION, CREATE);
  263. End
  264.  
  265. Directory gid_Dir_Database_Biblio
  266.     ParentID     = gid_Dir_Database;
  267.     HostName     = "biblio";
  268.     Styles         = (WORKSTATION, CREATE);
  269. End
  270.  
  271. Directory gid_Dir_Desktop
  272.     ParentID     = gid_Dir_User;
  273.     HostName     = "desktop";
  274.     Styles         = (WORKSTATION);
  275. End
  276.  
  277. Directory gid_Dir_User_Explorer
  278.     ParentID     = gid_Dir_User;
  279.     HostName     = "explorer";
  280.     Styles         = (WORKSTATION);
  281. End
  282.  
  283. Directory gid_Dir_User_Gallery
  284.     ParentID     = gid_Dir_User;
  285.     HostName     = "gallery";
  286.     Styles         = (WORKSTATION, CREATE);
  287. End
  288.  
  289. Directory gid_Dir_User_Wordbook
  290.     ParentID     = gid_Dir_User;
  291.     HostName     = "wordbook";
  292.     Styles         = (WORKSTATION, CREATE);
  293. End
  294.  
  295. Directory gid_Dir_Store
  296.     ParentID     = gid_Dir_User;
  297.     HostName     = "store";
  298.     Styles         = (WORKSTATION, CREATE);
  299. End
  300.  
  301. Directory gid_Dir_Store_Trash
  302.     ParentID     = gid_Dir_Store;
  303.     HostName     = "trash";
  304.     Styles         = (WORKSTATION);
  305. End
  306.  
  307. Directory gid_Dir_Download
  308.     ParentID     = gid_Dir_User;
  309.     HostName     = "download";
  310.     Styles         = (WORKSTATION);
  311. End
  312.  
  313. Directory gid_Dir_Work
  314.     ParentID     = gid_Dir_User;
  315.     HostName     = "work";
  316.     Styles         = (WORKSTATION);
  317. End
  318.  
  319. Directory gid_Dir_Plugin
  320.     ParentID     = gid_Dir_User;
  321.     HostName     = "plugin";
  322.     Styles         = (WORKSTATION, CREATE);
  323. End
  324.  
  325. Directory gid_Dir_Share
  326.     ParentID     = PREDEFINED_PROGDIR;
  327.     HostName     = "share";
  328. End
  329.  
  330. Directory gid_Dir_Share_Migration
  331.     ParentID     = gid_Dir_Share;
  332.     HostName     = "migration";
  333. End
  334.  
  335. Directory gid_Dir_Share_Readme
  336.     ParentID     = gid_Dir_Share;
  337.     HostName     = "readme";
  338. End
  339.  
  340. Directory gid_Dir_Fonts
  341.     ParentID     = gid_Dir_Share;
  342.     HostName     = "fonts";
  343. End
  344.  
  345. Directory gid_Dir_Winfonts
  346.     ParentID     = gid_Dir_Fonts;
  347.     HostName     = "truetype";
  348. End
  349.  
  350. Directory gid_Dir_Share_Xslt
  351.     ParentID     = gid_Dir_Share;
  352.     HostName     = "xslt";
  353. End
  354.  
  355. Directory gid_Dir_Share_Xslt_Docbook
  356.     ParentID     = gid_Dir_Share_Xslt;
  357.     HostName     = "docbook";
  358. End
  359.  
  360. Directory gid_Dir_Share_Xslt_Xhtml
  361.     ParentID     = gid_Dir_Share_Xslt;
  362.     HostName     = "xhtml";
  363. End
  364.  
  365. Directory GID_DIR_SHARE_XSLT_MICROSOFTWORDXML
  366.     ParentID     = gid_Dir_Share_Xslt;
  367.     HostName     = "MicrosoftWord2003";
  368. End
  369.  
  370. Directory gid_Dir_Share_Dtd
  371.     ParentID     = gid_Dir_Share;
  372.     HostName     = "dtd";
  373. End
  374.  
  375. Directory gid_Dir_Share_Dtd_Ooo
  376.     ParentID     = gid_Dir_Share_Dtd;
  377.     HostName     = "officedocument";
  378. End
  379.  
  380. Directory gid_Dir_Share_Dtd_Ooo_1_0
  381.     ParentID     = gid_Dir_Share_Dtd_Ooo;
  382.     HostName     = "1_0";
  383. End
  384.  
  385. Directory gid_Dir_Share_Dtd_Math
  386.     ParentID     = gid_Dir_Share_Dtd;
  387.     HostName     = "math";
  388. End
  389.  
  390. Directory gid_Dir_Share_Dtd_Math_1_01
  391.     ParentID     = gid_Dir_Share_Dtd_Math;
  392.     HostName     = "1_01";
  393. End
  394.  
  395. Directory gid_Dir_Share_Pqa
  396.     ParentID     = gid_Dir_Share;
  397.     HostName     = "pqa";
  398. End
  399.  
  400. Directory gid_Dir_Share_Config
  401.     ParentID     = gid_Dir_Share;
  402.     HostName     = "config";
  403. End
  404.  
  405. Directory gid_Dir_Share_Registry
  406.     ParentID     = gid_Dir_Share;
  407.     HostName     = "registry";
  408. End
  409.  
  410. Directory gid_Dir_Share_Registry_Schema
  411.     ParentID     = gid_Dir_Share_Registry;
  412.     HostName     = "schema";
  413. End
  414.  
  415. Directory gid_Dir_Share_Registry_Schema_Org
  416.     ParentID     = gid_Dir_Share_Registry_Schema;
  417.     HostName     = "org";
  418. End
  419.  
  420. Directory gid_Dir_Share_Registry_Schema_Org_OpenOffice
  421.     ParentID     = gid_Dir_Share_Registry_Schema_Org;
  422.     HostName     = "openoffice";
  423. End
  424.  
  425. Directory gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office
  426.     ParentID     = gid_Dir_Share_Registry_Schema_Org_OpenOffice;
  427.     HostName     = "Office";
  428. End
  429.  
  430. Directory gid_Dir_Share_Registry_Schema_Org_OpenOffice_Ucb
  431.     ParentID     = gid_Dir_Share_Registry_Schema_Org_OpenOffice;
  432.     HostName     = "ucb";
  433. End
  434.  
  435. Directory gid_Dir_Share_Registry_Data
  436.     ParentID     = gid_Dir_Share_Registry;
  437.     HostName     = "data";
  438. End
  439.  
  440. Directory gid_Dir_Share_Registry_Data_Org
  441.     ParentID     = gid_Dir_Share_Registry_Data;
  442.     HostName     = "org";
  443. End
  444.  
  445. Directory gid_Dir_Share_Registry_Data_Org_OpenOffice
  446.     ParentID     = gid_Dir_Share_Registry_Data_Org;
  447.     HostName     = "openoffice";
  448. End
  449.  
  450. Directory gid_Dir_Share_Registry_Data_Org_OpenOffice_Office
  451.     ParentID     = gid_Dir_Share_Registry_Data_Org_OpenOffice;
  452.     HostName     = "Office";
  453. End
  454.  
  455. Directory gid_Dir_Share_Registry_Data_Org_OpenOffice_Ucb
  456.     ParentID     = gid_Dir_Share_Registry_Data_Org_OpenOffice;
  457.     HostName     = "ucb";
  458. End
  459.  
  460. Directory gid_Dir_Share_Registry_Res
  461.     ParentID     = gid_Dir_Share_Registry;
  462.     HostName     = "res";
  463. End
  464.  
  465. Directory gid_Dir_Share_Registry_Res_Lang
  466.     ParentID     = gid_Dir_Share_Registry_Res;
  467.     HostName     = "en-US";
  468. End
  469.  
  470. Directory gid_Dir_Share_Registry_Res_Lang_Org
  471.     ParentID     = gid_Dir_Share_Registry_Res_Lang;
  472.     HostName     = "org";
  473. End
  474.  
  475. Directory gid_Dir_Share_Registry_Res_Lang_Org_OpenOffice
  476.     ParentID     = gid_Dir_Share_Registry_Res_Lang_Org;
  477.     HostName     = "openoffice";
  478. End
  479.  
  480. Directory gid_Dir_Share_Registry_Res_Lang_Org_OpenOffice_Office
  481.     ParentID     = gid_Dir_Share_Registry_Res_Lang_Org_OpenOffice;
  482.     HostName     = "Office";
  483. End
  484.  
  485. Directory gid_Dir_Share_Registry_Res_Lang_Org_OpenOffice_Ucb
  486.     ParentID     = gid_Dir_Share_Registry_Res_Lang_Org_OpenOffice;
  487.     HostName     = "ucb";
  488. End
  489.  
  490. Directory gid_Dir_Autotext
  491.     ParentID     = gid_Dir_Share;
  492.     HostName     = "autotext";
  493. End
  494.  
  495. Directory gid_Dir_Autotext_Language
  496.     ParentID     = gid_Dir_Autotext;
  497.     HostName     = "english";
  498. End
  499.  
  500. Directory gid_Dir_Share_Autocorr
  501.     ParentID     = gid_Dir_Share;
  502.     HostName     = "autocorr";
  503.     Styles         = (WORKSTATION, CREATE);
  504. End
  505.  
  506. Directory gid_Dir_Basic
  507.     ParentID     = gid_Dir_Share;
  508.     HostName     = "basic";
  509. End
  510.  
  511. Directory gid_Dir_Basic_Euro
  512.     ParentID     = gid_Dir_Basic;
  513.     HostName     = "Euro";
  514. End
  515.  
  516. Directory gid_Dir_Basic_Formwizard
  517.     ParentID     = gid_Dir_Basic;
  518.     HostName     = "FormWizard";
  519. End
  520.  
  521. Directory gid_Dir_Basic_Gimmicks
  522.     ParentID     = gid_Dir_Basic;
  523.     HostName     = "Gimmicks";
  524. End
  525.  
  526. Directory gid_Dir_Basic_Depot
  527.     ParentID     = gid_Dir_Basic;
  528.     HostName     = "Depot";
  529. End
  530.  
  531. Directory gid_Dir_Basic_Schedule
  532.     ParentID     = gid_Dir_Basic;
  533.     HostName     = "Schedule";
  534. End
  535.  
  536. Directory gid_Dir_Basic_Template
  537.     ParentID     = gid_Dir_Basic;
  538.     HostName     = "Template";
  539. End
  540.  
  541. Directory gid_Dir_Basic_Tools
  542.     ParentID     = gid_Dir_Basic;
  543.     HostName     = "Tools";
  544. End
  545.  
  546. Directory gid_Dir_Basic_ImportWiz
  547.     ParentID     = gid_Dir_Basic;
  548.     HostName     = "ImportWizard";
  549. End
  550.  
  551. Directory gid_Dir_Basic_WebWiz
  552.     ParentID     = gid_Dir_Basic;
  553.     HostName     = "WebWizard";
  554. End
  555.  
  556. Directory gid_Dir_Share_Uno_Packages
  557.     ParentID     = gid_Dir_Share;
  558.     HostName     = "uno_packages";
  559.     Styles         = (CREATE);
  560. End
  561.  
  562. Directory gid_Dir_Share_Uno_Packages_Cache
  563.     ParentID     = gid_Dir_Share_Uno_Packages;
  564.     HostName     = "cache";
  565. End
  566.  
  567. Directory gid_Dir_Share_Uno_Packages_Office
  568.     ParentID     = gid_Dir_Share_Uno_Packages;
  569.     HostName     = "Office";
  570. End
  571.  
  572. Directory gid_Dir_Config
  573.     ParentID     = gid_Dir_Share;
  574.     HostName     = "config";
  575. End
  576.  
  577. Directory gid_Dir_Config_Language
  578.     ParentID     = gid_Dir_Config;
  579.     HostName     = "english";
  580. End
  581.  
  582. Directory gid_Dir_Share_Config_Help
  583.     ParentID     = gid_Dir_Config;
  584.     HostName     = "help";
  585. End
  586.  
  587. Directory gid_Dir_Config_More
  588.     ParentID     = gid_Dir_Config;
  589.     HostName     = "more";
  590. End
  591.  
  592. Directory gid_Dir_Config_Start
  593.     ParentID     = gid_Dir_Config;
  594.     HostName     = "start";
  595. End
  596.  
  597. Directory gid_Dir_Config_Tasks
  598.     ParentID     = gid_Dir_Config;
  599.     HostName     = "tasks";
  600. End
  601.  
  602. Directory gid_Dir_Config_Settings
  603.     ParentID     = gid_Dir_Config;
  604.     HostName     = "settings";
  605. End
  606.  
  607. Directory gid_Dir_Config_Symbol
  608.     ParentID     = gid_Dir_Config;
  609.     HostName     = "symbol";
  610. End
  611.  
  612. Directory gid_Dir_Config_Webcast
  613.     ParentID     = gid_Dir_Config;
  614.     HostName     = "webcast";
  615. End
  616.  
  617. Directory gid_Dir_Gallery
  618.     ParentID     = gid_Dir_Share;
  619.     HostName     = "gallery";
  620. End
  621.  
  622. Directory gid_Dir_Gallery_Arrows
  623.     ParentID     = gid_Dir_Gallery;
  624.     HostName     = "arrows";
  625. End
  626.  
  627. Directory gid_Dir_Gallery_Balloons
  628.     ParentID     = gid_Dir_Gallery;
  629.     HostName     = "balloons";
  630. End
  631.  
  632. Directory gid_Dir_Gallery_Calendar
  633.     ParentID     = gid_Dir_Gallery;
  634.     HostName     = "calendar";
  635. End
  636.  
  637. Directory gid_Dir_Gallery_Communic
  638.     ParentID     = gid_Dir_Gallery;
  639.     HostName     = "communic";
  640. End
  641.  
  642. Directory gid_Dir_Gallery_Computer
  643.     ParentID     = gid_Dir_Gallery;
  644.     HostName     = "computer";
  645. End
  646.  
  647. Directory gid_Dir_Gallery_Emoticons
  648.     ParentID     = gid_Dir_Gallery;
  649.     HostName     = "emoticons";
  650. End
  651.  
  652. Directory gid_Dir_Gallery_Finances
  653.     ParentID     = gid_Dir_Gallery;
  654.     HostName     = "finances";
  655. End
  656.  
  657. Directory gid_Dir_Gallery_Keyboard
  658.     ParentID     = gid_Dir_Gallery;
  659.     HostName     = "keyboard";
  660. End
  661.  
  662. Directory gid_Dir_Gallery_Navi_2d
  663.     ParentID     = gid_Dir_Gallery;
  664.     HostName     = "navi-2d";
  665. End
  666.  
  667. Directory gid_Dir_Gallery_Officeart
  668.     ParentID     = gid_Dir_Gallery;
  669.     HostName     = "officeart";
  670. End
  671.  
  672. Directory gid_Dir_Gallery_People
  673.     ParentID     = gid_Dir_Gallery;
  674.     HostName     = "people";
  675. End
  676.  
  677. Directory gid_Dir_Gallery_Time
  678.     ParentID     = gid_Dir_Gallery;
  679.     HostName     = "time";
  680. End
  681.  
  682. Directory gid_Dir_Gallery_Clipart
  683.     ParentID     = gid_Dir_Gallery;
  684.     HostName     = "clipart";
  685. End
  686.  
  687. Directory gid_Dir_Gallery_Bullets
  688.     ParentID     = gid_Dir_Gallery;
  689.     HostName     = "bullets";
  690. End
  691.  
  692. Directory gid_Dir_Gallery_Flags
  693.     ParentID     = gid_Dir_Gallery;
  694.     HostName     = "flags";
  695. End
  696.  
  697. Directory gid_Dir_Gallery_Htmlexpo
  698.     ParentID     = gid_Dir_Gallery;
  699.     HostName     = "htmlexpo";
  700. End
  701.  
  702. Directory gid_Dir_Gallery_Photo
  703.     ParentID     = gid_Dir_Gallery;
  704.     HostName     = "photos";
  705. End
  706.  
  707. Directory gid_Dir_Gallery_Clima
  708.     ParentID     = gid_Dir_Gallery;
  709.     HostName     = "clima";
  710. End
  711.  
  712. Directory gid_Dir_Gallery_Education
  713.     ParentID     = gid_Dir_Gallery;
  714.     HostName     = "education";
  715. End
  716.  
  717. Directory gid_Dir_Gallery_Trouble
  718.     ParentID     = gid_Dir_Gallery;
  719.     HostName     = "troubleshooting";
  720. End
  721.  
  722. Directory gid_Dir_Gallery_Screenbeans
  723.     ParentID     = gid_Dir_Gallery;
  724.     HostName     = "screenbeans";
  725. End
  726.  
  727. Directory gid_Dir_Gallery_Rulers
  728.     ParentID     = gid_Dir_Gallery;
  729.     HostName     = "rulers";
  730. End
  731.  
  732. Directory gid_Dir_Gallery_Sounds
  733.     ParentID     = gid_Dir_Gallery;
  734.     HostName     = "sounds";
  735. End
  736.  
  737. Directory gid_Dir_Gallery_Surface
  738.     ParentID     = gid_Dir_Gallery;
  739.     HostName     = "surface";
  740. End
  741.  
  742. Directory gid_Dir_Gallery_Symbols
  743.     ParentID     = gid_Dir_Gallery;
  744.     HostName     = "symbols";
  745. End
  746.  
  747. Directory gid_Dir_Gallery_Wwwanim
  748.     ParentID     = gid_Dir_Gallery;
  749.     HostName     = "www-anim";
  750. End
  751.  
  752. Directory gid_Dir_Gallery_Wwwback
  753.     ParentID     = gid_Dir_Gallery;
  754.     HostName     = "www-back";
  755. End
  756.  
  757. Directory gid_Dir_Gallery_Wwwgraf
  758.     ParentID     = gid_Dir_Gallery;
  759.     HostName     = "www-graf";
  760. End
  761.  
  762. Directory gid_Dir_Template
  763.     ParentID     = gid_Dir_Share;
  764.     HostName     = "template";
  765. End
  766.  
  767. Directory gid_Dir_Template_Language
  768.     ParentID     = gid_Dir_Template;
  769.     HostName     = "english";
  770. End
  771.  
  772. Directory gid_Dir_Template_Educate
  773.     ParentID     = gid_Dir_Template_Language;
  774.     HostName     = "educate";
  775. End
  776.  
  777. Directory gid_Dir_Template_Finance
  778.     ParentID     = gid_Dir_Template_Language;
  779.     HostName     = "finance";
  780. End
  781.  
  782. Directory gid_Dir_Template_Forms
  783.     ParentID     = gid_Dir_Template_Language;
  784.     HostName     = "forms";
  785. End
  786.  
  787. Directory gid_Dir_Template_Layout
  788.     ParentID     = gid_Dir_Template_Language;
  789.     HostName     = "layout";
  790. End
  791.  
  792. Directory gid_Dir_Template_Misc
  793.     ParentID     = gid_Dir_Template_Language;
  794.     HostName     = "misc";
  795. End
  796.  
  797. Directory gid_Dir_Template_Officorr
  798.     ParentID     = gid_Dir_Template_Language;
  799.     HostName     = "officorr";
  800. End
  801.  
  802. Directory gid_Dir_Template_Offimisc
  803.     ParentID     = gid_Dir_Template_Language;
  804.     HostName     = "offimisc";
  805. End
  806.  
  807. Directory gid_Dir_Template_Personal
  808.     ParentID     = gid_Dir_Template_Language;
  809.     HostName     = "personal";
  810. End
  811.  
  812. Directory gid_Dir_Template_Presnt
  813.     ParentID     = gid_Dir_Template_Language;
  814.     HostName     = "presnt";
  815. End
  816.  
  817. Directory gid_Dir_Template_Wizard
  818.     ParentID     = gid_Dir_Template_Language;
  819.     HostName     = "wizard";
  820. End
  821.  
  822. Directory gid_Dir_Template_Wizard_Bitmap
  823.     ParentID     = gid_Dir_Template_Wizard;
  824.     HostName     = "bitmap";
  825. End
  826.  
  827. Directory gid_Dir_Template_Wizard_Web
  828.     ParentID     = gid_Dir_Template_Wizard;
  829.     HostName     = "web";
  830. End
  831.  
  832. Directory gid_Dir_Template_Wizard_Report
  833.     ParentID     = gid_Dir_Template_Wizard;
  834.     HostName     = "report";
  835. End
  836.  
  837. Directory gid_Dir_Template_Wizard_Styles
  838.     ParentID     = gid_Dir_Template_Wizard;
  839.     HostName     = "styles";
  840. End
  841.  
  842. Directory gid_Dir_Template_Internal
  843.     ParentID     = gid_Dir_Template_Language;
  844.     HostName     = "internal";
  845. End
  846.  
  847. Directory gid_Dir_Share_Database
  848.     ParentID     = gid_Dir_Share;
  849.     HostName     = "database";
  850. End
  851.  
  852. Directory gid_Dir_Share_Database_Language
  853.     ParentID     = gid_Dir_Share_Database;
  854.     HostName     = "english";
  855. End
  856.  
  857. Directory gid_Dir_Explorer
  858.     ParentID     = gid_Dir_Share;
  859.     HostName     = "explorer";
  860. End
  861.  
  862. Directory gid_Dir_Bookmark
  863.     ParentID     = gid_Dir_Share;
  864.     HostName     = "bookmark";
  865. End
  866.  
  867. Directory gid_Dir_Bookmark_Language
  868.     ParentID     = gid_Dir_Bookmark;
  869.     HostName     = "english";
  870. End
  871.  
  872. Directory gid_Dir_Bookmark_Info
  873.     ParentID     = gid_Dir_Bookmark_Language;
  874.     HostName     = "Information";
  875. End
  876.  
  877. Directory gid_Dir_Bookmark_Internet
  878.     ParentID     = gid_Dir_Bookmark_Language;
  879.     HostName     = "Internet";
  880. End
  881.  
  882. Directory gid_Dir_Bookmark_Java
  883.     ParentID     = gid_Dir_Bookmark_Language;
  884.     HostName     = "Java";
  885. End
  886.  
  887. Directory gid_Dir_Bookmark_Freizeit
  888.     ParentID     = gid_Dir_Bookmark_Language;
  889.     HostName     = "Fun&More";
  890. End
  891.  
  892. Directory gid_Dir_Bookmark_Starone
  893.     ParentID     = gid_Dir_Bookmark_Language;
  894.     HostName     = "%PRODUCTNAME API";
  895. End
  896.  
  897. Directory gid_Dir_Bookmark_Tourismus
  898.     ParentID     = gid_Dir_Bookmark_Language;
  899.     HostName     = "Travel";
  900. End
  901.  
  902. Directory gid_Dir_PalmPilot
  903.     ParentID     = gid_Dir_Share;
  904.     HostName     = "palmpilot";
  905. End
  906.  
  907. Directory gid_Dir_Samples
  908.     ParentID     = gid_Dir_Share;
  909.     HostName     = "samples";
  910. End
  911.  
  912. Directory gid_Dir_Samples_Language
  913.     ParentID     = gid_Dir_Samples;
  914.     HostName     = "english";
  915.     Styles         = (CREATE);
  916. End
  917.  
  918. Directory gid_Dir_Samples_Drawings
  919.     ParentID     = gid_Dir_Samples_Language;
  920.     HostName     = "drawings";
  921. End
  922.  
  923. Directory gid_Dir_Samples_Formulas
  924.     ParentID     = gid_Dir_Samples_Language;
  925.     HostName     = "formulas";
  926. End
  927.  
  928. Directory gid_Dir_Samples_Presentations
  929.     ParentID     = gid_Dir_Samples_Language;
  930.     HostName     = "presentations";
  931. End
  932.  
  933. Directory gid_Dir_Samples_Spreadsheets
  934.     ParentID     = gid_Dir_Samples_Language;
  935.     HostName     = "spreadsheets";
  936. End
  937.  
  938. Directory gid_Dir_Samples_Texts
  939.     ParentID     = gid_Dir_Samples_Language;
  940.     HostName     = "texts";
  941. End
  942.  
  943. Directory gid_Dir_Samples_Texts_Kapitel
  944.     ParentID     = gid_Dir_Samples_Texts;
  945.     HostName     = "Chapters";
  946. End
  947.  
  948. Directory gid_Dir_Samples_Texts_Homepage
  949.     ParentID     = gid_Dir_Samples_Texts;
  950.     HostName     = "Homepage";
  951. End
  952.  
  953. Directory gid_Dir_Samples_Databases
  954.     ParentID     = gid_Dir_Samples_Language;
  955.     HostName     = "databases";
  956. End
  957.  
  958. Directory gid_Dir_Samples_Databases_Dateien
  959.     ParentID     = gid_Dir_Samples_Databases;
  960.     HostName     = "Files";
  961. End
  962.  
  963. Directory gid_Dir_Wordbook
  964.     ParentID     = gid_Dir_Share;
  965.     HostName     = "wordbook";
  966. End
  967.  
  968. Directory gid_Dir_Wordbook_Language
  969.     ParentID     = gid_Dir_Wordbook;
  970.     HostName     = "english";
  971. End
  972.  
  973. Directory gid_Dir_Share_Plugin
  974.     ParentID     = gid_Dir_Share;
  975.     HostName     = "plugin";
  976. End
  977.  
  978. Directory gid_Dir_Share_Dict
  979.     ParentID     = gid_Dir_Share;
  980.     HostName     = "dict";
  981.     Styles         = (CREATE);
  982. End
  983.  
  984. Directory GID_DIR_SHARE_DICT_OOO
  985.     ParentID     = gid_Dir_Share_Dict;
  986.     HostName     = "ooo";
  987.     Styles         = (CREATE);
  988. End
  989.  
  990. Directory gid_Dir_Help
  991.     ParentID     = PREDEFINED_PROGDIR;
  992.     HostName     = "help";
  993. End
  994.  
  995. Directory gid_Dir_Help_Isolanguage
  996.     ParentID     = gid_Dir_Help;
  997.     HostName     = "en";
  998. End
  999.  
  1000. Directory gid_Dir_Help_01
  1001.     ParentID     = gid_Dir_Help;
  1002.     HostName     = "01";
  1003. End
  1004.  
  1005. Directory gid_Dir_Help_03
  1006.     ParentID     = gid_Dir_Help;
  1007.     HostName     = "03";
  1008. End
  1009.  
  1010. Directory gid_Dir_Help_07
  1011.     ParentID     = gid_Dir_Help;
  1012.     HostName     = "07";
  1013. End
  1014.  
  1015. Directory gid_Dir_Help_30
  1016.     ParentID     = gid_Dir_Help;
  1017.     HostName     = "30";
  1018. End
  1019.  
  1020. Directory gid_Dir_Help_31
  1021.     ParentID     = gid_Dir_Help;
  1022.     HostName     = "31";
  1023. End
  1024.  
  1025. Directory gid_Dir_Help_33
  1026.     ParentID     = gid_Dir_Help;
  1027.     HostName     = "33";
  1028. End
  1029.  
  1030. Directory gid_Dir_Help_34
  1031.     ParentID     = gid_Dir_Help;
  1032.     HostName     = "34";
  1033. End
  1034.  
  1035. Directory gid_Dir_Help_35
  1036.     ParentID     = gid_Dir_Help;
  1037.     HostName     = "35";
  1038. End
  1039.  
  1040. Directory gid_Dir_Help_37
  1041.     ParentID     = gid_Dir_Help;
  1042.     HostName     = "37";
  1043. End
  1044.  
  1045. Directory gid_Dir_Help_39
  1046.     ParentID     = gid_Dir_Help;
  1047.     HostName     = "39";
  1048. End
  1049.  
  1050. Directory gid_Dir_Help_42
  1051.     ParentID     = gid_Dir_Help;
  1052.     HostName     = "42";
  1053. End
  1054.  
  1055. Directory gid_Dir_Help_43
  1056.     ParentID     = gid_Dir_Help;
  1057.     HostName     = "43";
  1058. End
  1059.  
  1060. Directory gid_Dir_Help_45
  1061.     ParentID     = gid_Dir_Help;
  1062.     HostName     = "45";
  1063. End
  1064.  
  1065. Directory gid_Dir_Help_46
  1066.     ParentID     = gid_Dir_Help;
  1067.     HostName     = "46";
  1068. End
  1069.  
  1070. Directory gid_Dir_Help_48
  1071.     ParentID     = gid_Dir_Help;
  1072.     HostName     = "48";
  1073. End
  1074.  
  1075. Directory gid_Dir_Help_49
  1076.     ParentID     = gid_Dir_Help;
  1077.     HostName     = "49";
  1078. End
  1079.  
  1080. Directory gid_Dir_Help_55
  1081.     ParentID     = gid_Dir_Help;
  1082.     HostName     = "55";
  1083. End
  1084.  
  1085. Directory gid_Dir_Help_66
  1086.     ParentID     = gid_Dir_Help;
  1087.     HostName     = "66";
  1088. End
  1089.  
  1090. Directory gid_Dir_Help_81
  1091.     ParentID     = gid_Dir_Help;
  1092.     HostName     = "81";
  1093. End
  1094.  
  1095. Directory gid_Dir_Help_82
  1096.     ParentID     = gid_Dir_Help;
  1097.     HostName     = "82";
  1098. End
  1099.  
  1100. Directory gid_Dir_Help_86
  1101.     ParentID     = gid_Dir_Help;
  1102.     HostName     = "86";
  1103. End
  1104.  
  1105. Directory gid_Dir_Help_88
  1106.     ParentID     = gid_Dir_Help;
  1107.     HostName     = "88";
  1108. End
  1109.  
  1110. Directory gid_Dir_Help_90
  1111.     ParentID     = gid_Dir_Help;
  1112.     HostName     = "90";
  1113. End
  1114.  
  1115. Directory gid_Dir_Help_96
  1116.     ParentID     = gid_Dir_Help;
  1117.     HostName     = "96";
  1118. End
  1119.  
  1120. Directory gid_Dir_Help_99
  1121.     ParentID     = gid_Dir_Help;
  1122.     HostName     = "99";
  1123. End
  1124.  
  1125. DataCarrier gid_DataCarrier
  1126.     Name         = "%PRODUCTNAME %PRODUCTVERSION";
  1127.     DiskNo         = 1;
  1128. End
  1129.  
  1130. File gid_File_User_Config_All_Bak_Delete_Only
  1131.     Name         = "*.bak";
  1132.     Dir             = gid_Dir_User_Config;
  1133.     Carrier         = gid_DataCarrier;
  1134.     UnixRights     = 444;
  1135.     Date         = "04072003";
  1136.     Time         = "0700";
  1137.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  1138. End
  1139.  
  1140. StarRegistry GID_STARREGISTRY_SERVICES_RDB
  1141.     Name         = "services.rdb";
  1142.     Dir             = gid_Dir_Program;
  1143. End
  1144.  
  1145. File gid_File_Lib_I18n
  1146.     Name         = "i18n645mi.dll";
  1147.     PackedName     = "f0_002";
  1148.     Size         = 8192;
  1149.     Dir             = gid_Dir_Program;
  1150.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1151.     Carrier         = gid_DataCarrier;
  1152.     UnixRights     = 444;
  1153.     Date         = "04072003";
  1154.     Time         = "0700";
  1155.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  1156. End
  1157.  
  1158. File gid_File_Fnt_Veramobd
  1159.     Name         = "VeraMoBd.ttf";
  1160.     PackedName     = "f_0001";
  1161.     FontName     = "Vera Sans Mono Bold";
  1162.     Size         = 49052;
  1163.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  1164.     NetDir         = gid_Dir_Winfonts;
  1165.     Carrier         = gid_DataCarrier;
  1166.     UnixRights     = 444;
  1167.     Date         = "04072003";
  1168.     Time         = "0700";
  1169.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  1170. End
  1171.  
  1172. File gid_File_Fnt_Veramobi
  1173.     Name         = "VeraMoBI.ttf";
  1174.     PackedName     = "f_0002";
  1175.     FontName     = "Vera Sans Mono Bold Italic";
  1176.     Size         = 55032;
  1177.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  1178.     NetDir         = gid_Dir_Winfonts;
  1179.     Carrier         = gid_DataCarrier;
  1180.     UnixRights     = 444;
  1181.     Date         = "04072003";
  1182.     Time         = "0700";
  1183.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  1184. End
  1185.  
  1186. File gid_File_OO_Vcl_Xcs
  1187.     Name         = "VCL.xcs";
  1188.     PackedName     = "f_0003";
  1189.     Size         = 1214;
  1190.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice;
  1191.     Carrier         = gid_DataCarrier;
  1192.     UnixRights     = 444;
  1193.     Date         = "04072003";
  1194.     Time         = "0700";
  1195.     Styles         = (PACKED);
  1196. End
  1197.  
  1198. File gid_File_Lib_Ole
  1199.     Name         = "oleautobridge.uno.dll";
  1200.     PackedName     = "f_0004";
  1201.     Size         = 180224;
  1202.     Dir             = gid_Dir_Program;
  1203.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1204.     Carrier         = gid_DataCarrier;
  1205.     UnixRights     = 444;
  1206.     Date         = "04072003";
  1207.     Time         = "0700";
  1208.     Styles         = (PACKED, UNO_COMPONENT);
  1209. End
  1210.  
  1211. File gid_File_Jar_Sandbox
  1212.     Name         = "sandbox.jar";
  1213.     PackedName     = "f0_003";
  1214.     Size         = 55302;
  1215.     Dir             = gid_Dir_Classes;
  1216.     Carrier         = gid_DataCarrier;
  1217.     UnixRights     = 444;
  1218.     Date         = "04072003";
  1219.     Time         = "0700";
  1220.     Styles         = (PACKED, SETUPZIP);
  1221. End
  1222.  
  1223. File gid_File_Lib_Proxyset
  1224.     Name         = "proxyset.dll";
  1225.     PackedName     = "f_0005";
  1226.     Size         = 31232;
  1227.     Dir             = gid_Dir_Program;
  1228.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1229.     Carrier         = gid_DataCarrier;
  1230.     UnixRights     = 444;
  1231.     Date         = "04072003";
  1232.     Time         = "0700";
  1233.     Styles         = (PACKED, UNO_COMPONENT);
  1234. End
  1235.  
  1236. File gid_File_Lib_Smgr
  1237.     Name         = "servicemgr.uno.dll";
  1238.     PackedName     = "f0_004";
  1239.     Size         = 98304;
  1240.     Dir             = gid_Dir_Program;
  1241.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1242.     Carrier         = gid_DataCarrier;
  1243.     UnixRights     = 444;
  1244.     Date         = "04072003";
  1245.     Time         = "0700";
  1246.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  1247. End
  1248.  
  1249. File gid_File_Lib_Dbghelp
  1250.     Name         = "dbghelp.dll";
  1251.     PackedName     = "f_0006";
  1252.     Size         = 486400;
  1253.     Dir             = gid_Dir_Program;
  1254.     Carrier         = gid_DataCarrier;
  1255.     UnixRights     = 444;
  1256.     Date         = "04072003";
  1257.     Time         = "0700";
  1258.     Styles         = (PACKED);
  1259. End
  1260.  
  1261. File gid_File_Extra_Tplwizreport_Lang
  1262.     Name         = "tplwizreport01.zip";
  1263.     PackedName     = "f_0007";
  1264.     Size         = 399112;
  1265.     ArchiveFiles = 30;
  1266.     ArchiveSize     = 428033;
  1267.     Dir             = gid_Dir_Template_Wizard_Report;
  1268.     Carrier         = gid_DataCarrier;
  1269.     UnixRights     = 444;
  1270.     Date         = "04072003";
  1271.     Time         = "0700";
  1272.     Styles         = (ARCHIVE);
  1273. End
  1274.  
  1275. File gid_File_Lib_Dtrans
  1276.     Name         = "dtrans.dll";
  1277.     PackedName     = "f_0008";
  1278.     Size         = 33280;
  1279.     Dir             = gid_Dir_Program;
  1280.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1281.     Carrier         = gid_DataCarrier;
  1282.     UnixRights     = 444;
  1283.     Date         = "04072003";
  1284.     Time         = "0700";
  1285.     Styles         = (PACKED, UNO_COMPONENT);
  1286. End
  1287.  
  1288. File gid_File_Res_Wwz
  1289.     Name         = "wwz64501.res";
  1290.     PackedName     = "f_0009";
  1291.     Size         = 2372;
  1292.     Dir             = gid_Dir_Resource;
  1293.     Carrier         = gid_DataCarrier;
  1294.     UnixRights     = 444;
  1295.     Date         = "04072003";
  1296.     Time         = "0700";
  1297.     Styles         = (PACKED);
  1298. End
  1299.  
  1300. File gid_File_Lib_Evtatt
  1301.     Name         = "evtatt.dll";
  1302.     PackedName     = "f_0010";
  1303.     Size         = 33792;
  1304.     Dir             = gid_Dir_Program;
  1305.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1306.     Carrier         = gid_DataCarrier;
  1307.     UnixRights     = 444;
  1308.     Date         = "04072003";
  1309.     Time         = "0700";
  1310.     Styles         = (PACKED, UNO_COMPONENT);
  1311. End
  1312.  
  1313. File gid_File_Lib_Insp
  1314.     Name         = "introspection.uno.dll";
  1315.     PackedName     = "f_0011";
  1316.     Size         = 106496;
  1317.     Dir             = gid_Dir_Program;
  1318.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1319.     Carrier         = gid_DataCarrier;
  1320.     UnixRights     = 444;
  1321.     Date         = "04072003";
  1322.     Time         = "0700";
  1323.     Styles         = (PACKED, UNO_COMPONENT);
  1324. End
  1325.  
  1326. File gid_File_OO_Office_Commands_Xcs
  1327.     Name         = "Commands.xcs";
  1328.     PackedName     = "f_0012";
  1329.     Size         = 569;
  1330.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  1331.     Carrier         = gid_DataCarrier;
  1332.     UnixRights     = 444;
  1333.     Date         = "04072003";
  1334.     Time         = "0700";
  1335.     Styles         = (PACKED);
  1336. End
  1337.  
  1338. File gid_File_Lib_Mcnttype
  1339.     Name         = "mcnttype.dll";
  1340.     PackedName     = "f0_005";
  1341.     Size         = 26112;
  1342.     Dir             = gid_Dir_Program;
  1343.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1344.     Carrier         = gid_DataCarrier;
  1345.     UnixRights     = 444;
  1346.     Date         = "04072003";
  1347.     Time         = "0700";
  1348.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  1349. End
  1350.  
  1351. File GID_FILE_LIB_SPELL
  1352.     Name         = "spell645mi.dll";
  1353.     PackedName     = "f_0013";
  1354.     Size         = 77824;
  1355.     Dir             = gid_Dir_Program;
  1356.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1357.     Carrier         = gid_DataCarrier;
  1358.     UnixRights     = 444;
  1359.     Date         = "04072003";
  1360.     Time         = "0700";
  1361.     Styles         = (PACKED, UNO_COMPONENT);
  1362. End
  1363.  
  1364. File gid_File_Lib_Dict_Ja
  1365.     Name         = "dict_ja.dll";
  1366.     PackedName     = "f_0014";
  1367.     Size         = 1073152;
  1368.     Dir             = gid_Dir_Program;
  1369.     Carrier         = gid_DataCarrier;
  1370.     UnixRights     = 444;
  1371.     Date         = "04072003";
  1372.     Time         = "0700";
  1373.     Styles         = (PACKED);
  1374. End
  1375.  
  1376. File gid_File_Lib_Ucppkg1
  1377.     Name         = "ucppkg1.dll";
  1378.     PackedName     = "f_0015";
  1379.     Size         = 126976;
  1380.     Dir             = gid_Dir_Program;
  1381.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1382.     Carrier         = gid_DataCarrier;
  1383.     UnixRights     = 444;
  1384.     Date         = "04072003";
  1385.     Time         = "0700";
  1386.     Styles         = (PACKED, UNO_COMPONENT);
  1387. End
  1388.  
  1389. File gid_File_Lib_Tdmgr
  1390.     Name         = "typemgr.uno.dll";
  1391.     PackedName     = "f0_006";
  1392.     Size         = 69632;
  1393.     Dir             = gid_Dir_Program;
  1394.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1395.     Carrier         = gid_DataCarrier;
  1396.     UnixRights     = 444;
  1397.     Date         = "04072003";
  1398.     Time         = "0700";
  1399.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  1400. End
  1401.  
  1402. File gid_File_Share_Uno_Packages_Cache_All_Delete_Only
  1403.     Name         = "*.*";
  1404.     Dir             = gid_Dir_Share_Uno_Packages_Cache;
  1405.     Carrier         = gid_DataCarrier;
  1406.     UnixRights     = 444;
  1407.     Date         = "04072003";
  1408.     Time         = "0700";
  1409.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  1410. End
  1411.  
  1412. File gid_File_Extra_Tplwizletter_Lang
  1413.     Name         = "tplwizletter01.zip";
  1414.     PackedName     = "f_0016";
  1415.     Size         = 32569;
  1416.     ArchiveFiles = 3;
  1417.     ArchiveSize     = 35100;
  1418.     Dir             = gid_Dir_Template_Wizard;
  1419.     Carrier         = gid_DataCarrier;
  1420.     UnixRights     = 444;
  1421.     Date         = "04072003";
  1422.     Time         = "0700";
  1423.     Styles         = (ARCHIVE);
  1424. End
  1425.  
  1426. File gid_File_Lib_Reg4msdoc
  1427.     Name         = "reg4msdoc645mi.dll";
  1428.     PackedName     = "f0_007";
  1429.     Size         = 106496;
  1430.     Dir             = gid_Dir_Program;
  1431.     Carrier         = gid_DataCarrier;
  1432.     UnixRights     = 444;
  1433.     Date         = "04072003";
  1434.     Time         = "0700";
  1435.     Styles         = (PACKED, SETUPZIP);
  1436. End
  1437.  
  1438. File gid_File_User_Config_All_Cfg_Delete_Only
  1439.     Name         = "*.cfg";
  1440.     Dir             = gid_Dir_User_Config;
  1441.     Carrier         = gid_DataCarrier;
  1442.     UnixRights     = 444;
  1443.     Date         = "04072003";
  1444.     Time         = "0700";
  1445.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  1446. End
  1447.  
  1448. File gid_File_Lib_Acceptor
  1449.     Name         = "acceptor.uno.dll";
  1450.     PackedName     = "f_0017";
  1451.     Size         = 41984;
  1452.     Dir             = gid_Dir_Program;
  1453.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1454.     Carrier         = gid_DataCarrier;
  1455.     UnixRights     = 444;
  1456.     Date         = "04072003";
  1457.     Time         = "0700";
  1458.     Styles         = (PACKED, UNO_COMPONENT);
  1459. End
  1460.  
  1461. File gid_File_Bmp_Installation
  1462.     Name         = "oo_product.bmp";
  1463.     PackedName     = "f0_008";
  1464.     Size         = 396436;
  1465.     Dir             = gid_Dir_Program;
  1466.     Carrier         = gid_DataCarrier;
  1467.     UnixRights     = 444;
  1468.     Date         = "04072003";
  1469.     Time         = "0700";
  1470.     Styles         = (PACKED, SETUPZIP);
  1471. End
  1472.  
  1473. File gid_File_Share_Uno_Packages_Office_All_Delete_Only
  1474.     Name         = "*.*";
  1475.     Dir             = gid_Dir_Share_Uno_Packages_Office;
  1476.     Carrier         = gid_DataCarrier;
  1477.     UnixRights     = 444;
  1478.     Date         = "04072003";
  1479.     Time         = "0700";
  1480.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  1481. End
  1482.  
  1483. File gid_File_Extra_Gallwwwback
  1484.     Name         = "gallwwwback.zip";
  1485.     PackedName     = "f_0018";
  1486.     Size         = 365655;
  1487.     ArchiveFiles = 62;
  1488.     ArchiveSize     = 364262;
  1489.     Dir             = gid_Dir_Gallery_Wwwback;
  1490.     Carrier         = gid_DataCarrier;
  1491.     UnixRights     = 444;
  1492.     Date         = "04072003";
  1493.     Time         = "0700";
  1494.     Styles         = (ARCHIVE);
  1495. End
  1496.  
  1497. File gid_File_Extra_Gallbullets
  1498.     Name         = "gallbullets.zip";
  1499.     PackedName     = "f_0019";
  1500.     Size         = 27676;
  1501.     ArchiveFiles = 62;
  1502.     ArchiveSize     = 23923;
  1503.     Dir             = gid_Dir_Gallery_Bullets;
  1504.     Carrier         = gid_DataCarrier;
  1505.     UnixRights     = 444;
  1506.     Date         = "04072003";
  1507.     Time         = "0700";
  1508.     Styles         = (ARCHIVE);
  1509. End
  1510.  
  1511. File gid_File_Help_Sbasic_Zip
  1512.     Name         = "sbasic01.zip";
  1513.     PackedName     = "f_0020";
  1514.     Size         = 455665;
  1515.     ArchiveFiles = 16;
  1516.     ArchiveSize     = 686271;
  1517.     Dir             = gid_Dir_Help_Isolanguage;
  1518.     Carrier         = gid_DataCarrier;
  1519.     UnixRights     = 444;
  1520.     Date         = "04072003";
  1521.     Time         = "0700";
  1522.     Styles         = (ARCHIVE);
  1523. End
  1524.  
  1525. File gid_File_Txt_Readme_Html
  1526.     Name         = "readme01.html";
  1527.     PackedName     = "f_0021";
  1528.     Size         = 12350;
  1529.     Dir             = gid_Dir_Share_Readme;
  1530.     Carrier         = gid_DataCarrier;
  1531.     UnixRights     = 444;
  1532.     Date         = "04072003";
  1533.     Time         = "0700";
  1534.     Styles         = (PACKED, SCPZIP_REPLACE);
  1535. End
  1536.  
  1537. File gid_File_Extra_Wordbook_Lang
  1538.     Name         = "wordbook01.zip";
  1539.     PackedName     = "f_0022";
  1540.     Size         = 666;
  1541.     ArchiveFiles = 1;
  1542.     ArchiveSize     = 786;
  1543.     Dir             = gid_Dir_Wordbook_Language;
  1544.     Carrier         = gid_DataCarrier;
  1545.     UnixRights     = 444;
  1546.     Date         = "04072003";
  1547.     Time         = "0700";
  1548.     Styles         = (ARCHIVE);
  1549. End
  1550.  
  1551. File gid_File_Lib_Srtrs1
  1552.     Name         = "srtrs1.dll";
  1553.     PackedName     = "f_0023";
  1554.     Size         = 106496;
  1555.     Dir             = gid_Dir_Program;
  1556.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1557.     Carrier         = gid_DataCarrier;
  1558.     UnixRights     = 444;
  1559.     Date         = "04072003";
  1560.     Time         = "0700";
  1561.     Styles         = (PACKED, UNO_COMPONENT);
  1562. End
  1563.  
  1564. File gid_File_User_Config_Sofficecfg_Bitmap_All_Delete_Only
  1565.     Name         = "*.*";
  1566.     Dir             = gid_Dir_User_Config_Sofficecfg_Bitmaps;
  1567.     Carrier         = gid_DataCarrier;
  1568.     UnixRights     = 444;
  1569.     Date         = "04072003";
  1570.     Time         = "0700";
  1571.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  1572. End
  1573.  
  1574. File gid_File_Extra_Databasebiblio
  1575.     Name         = "databasebiblio.zip";
  1576.     PackedName     = "f_0024";
  1577.     Size         = 2980;
  1578.     ArchiveFiles = 1;
  1579.     ArchiveSize     = 58661;
  1580.     Dir             = gid_Dir_Database_Biblio;
  1581.     Carrier         = gid_DataCarrier;
  1582.     UnixRights     = 644;
  1583.     Date         = "04072003";
  1584.     Time         = "0700";
  1585.     Styles         = (ARCHIVE, WORKSTATION);
  1586. End
  1587.  
  1588. File gid_File_Lib_Lng
  1589.     Name         = "lng645mi.dll";
  1590.     PackedName     = "f_0025";
  1591.     Size         = 192512;
  1592.     Dir             = gid_Dir_Program;
  1593.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1594.     Carrier         = gid_DataCarrier;
  1595.     UnixRights     = 444;
  1596.     Date         = "04072003";
  1597.     Time         = "0700";
  1598.     Styles         = (PACKED, UNO_COMPONENT);
  1599. End
  1600.  
  1601. File gid_File_Fnt_Veramoit
  1602.     Name         = "VeraMoIt.ttf";
  1603.     PackedName     = "f_0026";
  1604.     FontName     = "Vera Sans Mono Italic";
  1605.     Size         = 54508;
  1606.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  1607.     NetDir         = gid_Dir_Winfonts;
  1608.     Carrier         = gid_DataCarrier;
  1609.     UnixRights     = 444;
  1610.     Date         = "04072003";
  1611.     Time         = "0700";
  1612.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  1613. End
  1614.  
  1615. File gid_File_Extra_Tplwizbitmap
  1616.     Name         = "tplwizbitmap.zip";
  1617.     PackedName     = "f_0027";
  1618.     Size         = 431143;
  1619.     ArchiveFiles = 53;
  1620.     ArchiveSize     = 1121994;
  1621.     Dir             = gid_Dir_Template_Wizard_Bitmap;
  1622.     Carrier         = gid_DataCarrier;
  1623.     UnixRights     = 444;
  1624.     Date         = "04072003";
  1625.     Time         = "0700";
  1626.     Styles         = (ARCHIVE);
  1627. End
  1628.  
  1629. File gid_File_Jar_Xt
  1630.     Name         = "xt.jar";
  1631.     PackedName     = "f_0028";
  1632.     Size         = 422460;
  1633.     Dir             = gid_Dir_Classes;
  1634.     Carrier         = gid_DataCarrier;
  1635.     UnixRights     = 444;
  1636.     Date         = "04072003";
  1637.     Time         = "0700";
  1638.     Styles         = (PACKED, DONT_OVERWRITE);
  1639. End
  1640.  
  1641. File gid_File_Dtd_Menubar
  1642.     Name         = "menubar.dtd";
  1643.     PackedName     = "f_0029";
  1644.     Size         = 2723;
  1645.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  1646.     Carrier         = gid_DataCarrier;
  1647.     UnixRights     = 444;
  1648.     Date         = "04072003";
  1649.     Time         = "0700";
  1650.     Styles         = (PACKED);
  1651. End
  1652.  
  1653. File gid_File_Extra_Autotextshare_Lang
  1654.     Name         = "autotextshare01.zip";
  1655.     PackedName     = "f_0030";
  1656.     Size         = 101415;
  1657.     ArchiveFiles = 4;
  1658.     ArchiveSize     = 166227;
  1659.     Dir             = gid_Dir_Autotext_Language;
  1660.     Carrier         = gid_DataCarrier;
  1661.     UnixRights     = 444;
  1662.     Date         = "04072003";
  1663.     Time         = "0700";
  1664.     Styles         = (ARCHIVE);
  1665. End
  1666.  
  1667. File gid_File_Lib_Accessbridge
  1668.     Name         = "java_uno_accessbridge.dll";
  1669.     PackedName     = "f0_009";
  1670.     Size         = 10240;
  1671.     Dir             = gid_Dir_Program;
  1672.     Carrier         = gid_DataCarrier;
  1673.     UnixRights     = 555;
  1674.     Date         = "04072003";
  1675.     Time         = "0700";
  1676.     Styles         = (PACKED, SETUPZIP);
  1677. End
  1678.  
  1679. File gid_File_Lib_Jen
  1680.     Name         = "javavm.uno.dll";
  1681.     PackedName     = "f0_010";
  1682.     Size         = 94208;
  1683.     Dir             = gid_Dir_Program;
  1684.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1685.     Carrier         = gid_DataCarrier;
  1686.     UnixRights     = 444;
  1687.     Date         = "04072003";
  1688.     Time         = "0700";
  1689.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  1690. End
  1691.  
  1692. File gid_File_User_Cache_All_Delete_Only
  1693.     Name         = "*.*";
  1694.     Dir             = gid_Dir_User_Cache;
  1695.     Carrier         = gid_DataCarrier;
  1696.     UnixRights     = 444;
  1697.     Date         = "04072003";
  1698.     Time         = "0700";
  1699.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  1700. End
  1701.  
  1702. File gid_File_Fnt_Veramono
  1703.     Name         = "VeraMono.ttf";
  1704.     PackedName     = "f_0031";
  1705.     FontName     = "Vera Sans Mono";
  1706.     Size         = 49224;
  1707.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  1708.     NetDir         = gid_Dir_Winfonts;
  1709.     Carrier         = gid_DataCarrier;
  1710.     UnixRights     = 444;
  1711.     Date         = "04072003";
  1712.     Time         = "0700";
  1713.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  1714. End
  1715.  
  1716. File gid_File_User_Config_Javarc_Delete_Only
  1717.     Name         = "javarc";
  1718.     Dir             = gid_Dir_User_Config;
  1719.     Carrier         = gid_DataCarrier;
  1720.     UnixRights     = 444;
  1721.     Date         = "04072003";
  1722.     Time         = "0700";
  1723.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  1724. End
  1725.  
  1726. File gid_File_Mod_Settings
  1727.     Name         = "settings.mod";
  1728.     PackedName     = "f_0032";
  1729.     Size         = 3080;
  1730.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  1731.     Carrier         = gid_DataCarrier;
  1732.     UnixRights     = 444;
  1733.     Date         = "04072003";
  1734.     Time         = "0700";
  1735.     Styles         = (PACKED);
  1736. End
  1737.  
  1738. File gid_File_Lib_Iiopbrdg
  1739.     Name         = "remotebridge.uno.dll";
  1740.     PackedName     = "f_0033";
  1741.     Size         = 28160;
  1742.     Dir             = gid_Dir_Program;
  1743.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1744.     Carrier         = gid_DataCarrier;
  1745.     UnixRights     = 444;
  1746.     Date         = "04072003";
  1747.     Time         = "0700";
  1748.     Styles         = (PACKED, UNO_COMPONENT);
  1749. End
  1750.  
  1751. File gid_File_Help_Common_Zip
  1752.     Name         = "shared01.zip";
  1753.     PackedName     = "f_0034";
  1754.     Size         = 5301483;
  1755.     ArchiveFiles = 11;
  1756.     ArchiveSize     = 5946445;
  1757.     Dir             = gid_Dir_Help_Isolanguage;
  1758.     Carrier         = gid_DataCarrier;
  1759.     UnixRights     = 444;
  1760.     Date         = "04072003";
  1761.     Time         = "0700";
  1762.     Styles         = (ARCHIVE);
  1763. End
  1764.  
  1765. File gid_File_Jar_Xflatxml
  1766.     Name         = "XFlatXml.jar";
  1767.     PackedName     = "f_0035";
  1768.     Size         = 6175;
  1769.     Dir             = gid_Dir_Classes;
  1770.     Carrier         = gid_DataCarrier;
  1771.     UnixRights     = 444;
  1772.     Date         = "04072003";
  1773.     Time         = "0700";
  1774.     Styles         = (PACKED, DONT_OVERWRITE);
  1775. End
  1776.  
  1777. File gid_File_Res_Eur
  1778.     Name         = "eur64501.res";
  1779.     PackedName     = "f_0036";
  1780.     Size         = 5036;
  1781.     Dir             = gid_Dir_Resource;
  1782.     Carrier         = gid_DataCarrier;
  1783.     UnixRights     = 444;
  1784.     Date         = "04072003";
  1785.     Time         = "0700";
  1786.     Styles         = (PACKED);
  1787. End
  1788.  
  1789. File gid_File_OO_Office_Views_Xcs
  1790.     Name         = "Views.xcs";
  1791.     PackedName     = "f_0037";
  1792.     Size         = 1328;
  1793.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  1794.     Carrier         = gid_DataCarrier;
  1795.     UnixRights     = 444;
  1796.     Date         = "04072003";
  1797.     Time         = "0700";
  1798.     Styles         = (PACKED);
  1799. End
  1800.  
  1801. File gid_File_Lib_Dbase2
  1802.     Name         = "dbase645mi.dll";
  1803.     PackedName     = "f_0038";
  1804.     Size         = 237568;
  1805.     Dir             = gid_Dir_Program;
  1806.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1807.     Carrier         = gid_DataCarrier;
  1808.     UnixRights     = 444;
  1809.     Date         = "04072003";
  1810.     Time         = "0700";
  1811.     Styles         = (PACKED, UNO_COMPONENT);
  1812. End
  1813.  
  1814. File gid_File_Extra_Gallsound
  1815.     Name         = "gallsound.zip";
  1816.     PackedName     = "f_0039";
  1817.     Size         = 831;
  1818.     ArchiveFiles = 4;
  1819.     ArchiveSize     = 5199;
  1820.     Dir             = gid_Dir_User_Gallery;
  1821.     Carrier         = gid_DataCarrier;
  1822.     UnixRights     = 644;
  1823.     Date         = "04072003";
  1824.     Time         = "0700";
  1825.     Styles         = (ARCHIVE, WORKSTATION);
  1826. End
  1827.  
  1828. File gid_File_Extra_Common_Pl
  1829.     Name         = "common.pl";
  1830.     PackedName     = "f_0040";
  1831.     Size         = 1070;
  1832.     Dir             = gid_Dir_Config_Webcast;
  1833.     Carrier         = gid_DataCarrier;
  1834.     UnixRights     = 444;
  1835.     Date         = "04072003";
  1836.     Time         = "0700";
  1837.     Styles         = (PACKED);
  1838. End
  1839.  
  1840. File gid_File_Extra_Tpllayoutimpr_Lang
  1841.     Name         = "tpllayoutimpr01.zip";
  1842.     PackedName     = "f_0041";
  1843.     Size         = 14639;
  1844.     ArchiveFiles = 2;
  1845.     ArchiveSize     = 16359;
  1846.     Dir             = gid_Dir_Template_Layout;
  1847.     Carrier         = gid_DataCarrier;
  1848.     UnixRights     = 444;
  1849.     Date         = "04072003";
  1850.     Time         = "0700";
  1851.     Styles         = (ARCHIVE);
  1852. End
  1853.  
  1854. File gid_File_OO_Office_Common_Xcs
  1855.     Name         = "Common.xcs";
  1856.     PackedName     = "f_0042";
  1857.     Size         = 52536;
  1858.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  1859.     Carrier         = gid_DataCarrier;
  1860.     UnixRights     = 444;
  1861.     Date         = "04072003";
  1862.     Time         = "0700";
  1863.     Styles         = (PACKED);
  1864. End
  1865.  
  1866. File gid_File_OO_Office_Common_Xcu
  1867.     Name         = "Common.xcu";
  1868.     PackedName     = "f_0043";
  1869.     Size         = 8033;
  1870.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  1871.     Carrier         = gid_DataCarrier;
  1872.     UnixRights     = 444;
  1873.     Date         = "04072003";
  1874.     Time         = "0700";
  1875.     Styles         = (PACKED);
  1876. End
  1877.  
  1878. File gid_File_Res_Epg
  1879.     Name         = "epg64501.res";
  1880.     PackedName     = "f_0044";
  1881.     Size         = 1906;
  1882.     Dir             = gid_Dir_Resource;
  1883.     Carrier         = gid_DataCarrier;
  1884.     UnixRights     = 444;
  1885.     Date         = "04072003";
  1886.     Time         = "0700";
  1887.     Styles         = (PACKED);
  1888. End
  1889.  
  1890. File gid_File_Res_Epn
  1891.     Name         = "epn64501.res";
  1892.     PackedName     = "f_0045";
  1893.     Size         = 1942;
  1894.     Dir             = gid_Dir_Resource;
  1895.     Carrier         = gid_DataCarrier;
  1896.     UnixRights     = 444;
  1897.     Date         = "04072003";
  1898.     Time         = "0700";
  1899.     Styles         = (PACKED);
  1900. End
  1901.  
  1902. File gid_File_Extra_Tplwizmemo_Lang
  1903.     Name         = "tplwizmemo01.zip";
  1904.     PackedName     = "f_0046";
  1905.     Size         = 28200;
  1906.     ArchiveFiles = 3;
  1907.     ArchiveSize     = 30438;
  1908.     Dir             = gid_Dir_Template_Wizard;
  1909.     Carrier         = gid_DataCarrier;
  1910.     UnixRights     = 444;
  1911.     Date         = "04072003";
  1912.     Time         = "0700";
  1913.     Styles         = (ARCHIVE);
  1914. End
  1915.  
  1916. File gid_File_Res_Imp
  1917.     Name         = "imp64501.res";
  1918.     PackedName     = "f_0047";
  1919.     Size         = 5666;
  1920.     Dir             = gid_Dir_Resource;
  1921.     Carrier         = gid_DataCarrier;
  1922.     UnixRights     = 444;
  1923.     Date         = "04072003";
  1924.     Time         = "0700";
  1925.     Styles         = (PACKED);
  1926. End
  1927.  
  1928. File gid_File_User_Database_All_Url_Delete_Only
  1929.     Name         = "*.url";
  1930.     Dir             = gid_Dir_Database;
  1931.     Carrier         = gid_DataCarrier;
  1932.     UnixRights     = 444;
  1933.     Date         = "04072003";
  1934.     Time         = "0700";
  1935.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  1936. End
  1937.  
  1938. File gid_File_Bin_Crashreport
  1939.     Name         = "crashrep.exe";
  1940.     PackedName     = "f_0048";
  1941.     Size         = 114688;
  1942.     Dir             = gid_Dir_Program;
  1943.     Carrier         = gid_DataCarrier;
  1944.     UnixRights     = 555;
  1945.     Date         = "04072003";
  1946.     Time         = "0700";
  1947.     Styles         = (PACKED);
  1948. End
  1949.  
  1950. File gid_File_Lib_Xcr
  1951.     Name         = "xcr645mi.dll";
  1952.     PackedName     = "f0_011";
  1953.     Size         = 278528;
  1954.     Dir             = gid_Dir_Program;
  1955.     Carrier         = gid_DataCarrier;
  1956.     UnixRights     = 444;
  1957.     Date         = "04072003";
  1958.     Time         = "0700";
  1959.     Styles         = (PACKED, SETUPZIP);
  1960. End
  1961.  
  1962. File gid_File_Mod_Table
  1963.     Name         = "table.mod";
  1964.     PackedName     = "f_0049";
  1965.     Size         = 20426;
  1966.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  1967.     Carrier         = gid_DataCarrier;
  1968.     UnixRights     = 444;
  1969.     Date         = "04072003";
  1970.     Time         = "0700";
  1971.     Styles         = (PACKED);
  1972. End
  1973.  
  1974. File gid_File_Mozilla_Runtime
  1975.     Name         = "mozruntime.zip";
  1976.     PackedName     = "f_0050";
  1977.     Size         = 1800861;
  1978.     ArchiveFiles = 54;
  1979.     ArchiveSize     = 3751202;
  1980.     Dir             = gid_Dir_Program;
  1981.     Carrier         = gid_DataCarrier;
  1982.     UnixRights     = 444;
  1983.     Date         = "04072003";
  1984.     Time         = "0700";
  1985.     Styles         = (ARCHIVE);
  1986. End
  1987.  
  1988. File gid_File_Lib_Dnd
  1989.     Name         = "dnd.dll";
  1990.     PackedName     = "f0_012";
  1991.     Size         = 102400;
  1992.     Dir             = gid_Dir_Program;
  1993.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  1994.     Carrier         = gid_DataCarrier;
  1995.     UnixRights     = 444;
  1996.     Date         = "04072003";
  1997.     Time         = "0700";
  1998.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  1999. End
  2000.  
  2001. File gid_File_Res_Uui
  2002.     Name         = "uui64501.res";
  2003.     PackedName     = "f0_013";
  2004.     Size         = 36310;
  2005.     Dir             = gid_Dir_Resource;
  2006.     Carrier         = gid_DataCarrier;
  2007.     UnixRights     = 444;
  2008.     Date         = "04072003";
  2009.     Time         = "0700";
  2010.     Styles         = (PACKED, SETUPZIP);
  2011. End
  2012.  
  2013. File gid_File_Lib_Mysql_2
  2014.     Name         = "mysql2.dll";
  2015.     PackedName     = "f_0051";
  2016.     Size         = 106496;
  2017.     Dir             = gid_Dir_Program;
  2018.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2019.     Carrier         = gid_DataCarrier;
  2020.     UnixRights     = 444;
  2021.     Date         = "04072003";
  2022.     Time         = "0700";
  2023.     Styles         = (PACKED, UNO_COMPONENT);
  2024. End
  2025.  
  2026. File gid_File_Lib_Salhelper
  2027.     Name         = "salhelper3MSC.dll";
  2028.     PackedName     = "f0_014";
  2029.     Size         = 7680;
  2030.     Dir             = gid_Dir_Program;
  2031.     Carrier         = gid_DataCarrier;
  2032.     UnixRights     = 444;
  2033.     Date         = "04072003";
  2034.     Time         = "0700";
  2035.     Styles         = (PACKED, SETUPZIP);
  2036. End
  2037.  
  2038. File gid_File_Res_Vcl
  2039.     Name         = "vcl64501.res";
  2040.     PackedName     = "f0_015";
  2041.     Size         = 20452;
  2042.     Dir             = gid_Dir_Resource;
  2043.     Carrier         = gid_DataCarrier;
  2044.     UnixRights     = 444;
  2045.     Date         = "04072003";
  2046.     Time         = "0700";
  2047.     Styles         = (PACKED, SETUPZIP);
  2048. End
  2049.  
  2050. File gid_File_Extra_Tplpresntimpr_Lang
  2051.     Name         = "tplpresntimpr01.zip";
  2052.     PackedName     = "f_0052";
  2053.     Size         = 18502;
  2054.     ArchiveFiles = 2;
  2055.     ArchiveSize     = 20432;
  2056.     Dir             = gid_Dir_Template_Presnt;
  2057.     Carrier         = gid_DataCarrier;
  2058.     UnixRights     = 444;
  2059.     Date         = "04072003";
  2060.     Time         = "0700";
  2061.     Styles         = (ARCHIVE);
  2062. End
  2063.  
  2064. File gid_File_Lib_Tools
  2065.     Name         = "tl645mi.dll";
  2066.     PackedName     = "f0_016";
  2067.     Size         = 512000;
  2068.     Dir             = gid_Dir_Program;
  2069.     Carrier         = gid_DataCarrier;
  2070.     UnixRights     = 444;
  2071.     Date         = "04072003";
  2072.     Time         = "0700";
  2073.     Styles         = (PACKED, SETUPZIP);
  2074. End
  2075.  
  2076. File gid_File_Lib_Jvm
  2077.     Name         = "jvm645mi.dll";
  2078.     PackedName     = "f0_017";
  2079.     Size         = 65536;
  2080.     Dir             = gid_Dir_Program;
  2081.     Carrier         = gid_DataCarrier;
  2082.     UnixRights     = 444;
  2083.     Date         = "04072003";
  2084.     Time         = "0700";
  2085.     Styles         = (PACKED, SETUPZIP);
  2086. End
  2087.  
  2088. File gid_File_Txt_Readme
  2089.     Name         = "readme01.txt";
  2090.     PackedName     = "f0_018";
  2091.     Size         = 13450;
  2092.     Dir             = gid_Dir_Share_Readme;
  2093.     Carrier         = gid_DataCarrier;
  2094.     UnixRights     = 444;
  2095.     Date         = "04072003";
  2096.     Time         = "0700";
  2097.     Styles         = (PACKED, SETUPZIP, SCPZIP_REPLACE);
  2098. End
  2099.  
  2100. File gid_File_Res_Fwe
  2101.     Name         = "fwe64501.res";
  2102.     PackedName     = "f_0053";
  2103.     Size         = 1612;
  2104.     Dir             = gid_Dir_Resource;
  2105.     Carrier         = gid_DataCarrier;
  2106.     UnixRights     = 444;
  2107.     Date         = "04072003";
  2108.     Time         = "0700";
  2109.     Styles         = (PACKED);
  2110. End
  2111.  
  2112. File gid_File_Lib_Cmdmail
  2113.     Name         = "cmdmail.dll";
  2114.     PackedName     = "f_0054";
  2115.     Size         = 30720;
  2116.     Dir             = gid_Dir_Program;
  2117.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2118.     Carrier         = gid_DataCarrier;
  2119.     UnixRights     = 444;
  2120.     Date         = "04072003";
  2121.     Time         = "0700";
  2122.     Styles         = (PACKED, UNO_COMPONENT);
  2123. End
  2124.  
  2125. File gid_File_User_Wordbook_Dic_Delete_Only
  2126.     Name         = "*.dic";
  2127.     Dir             = gid_Dir_User_Wordbook;
  2128.     Carrier         = gid_DataCarrier;
  2129.     UnixRights     = 444;
  2130.     Date         = "04072003";
  2131.     Time         = "0700";
  2132.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  2133. End
  2134.  
  2135. File gid_File_Jar_XMergebridge
  2136.     Name         = "XMergeBridge.jar";
  2137.     PackedName     = "f_0055";
  2138.     Size         = 7999;
  2139.     Dir             = gid_Dir_Classes;
  2140.     Carrier         = gid_DataCarrier;
  2141.     UnixRights     = 444;
  2142.     Date         = "04072003";
  2143.     Time         = "0700";
  2144.     Styles         = (PACKED, DONT_OVERWRITE);
  2145. End
  2146.  
  2147. File gid_File_Res_Frm
  2148.     Name         = "frm64501.res";
  2149.     PackedName     = "f_0056";
  2150.     Size         = 2446;
  2151.     Dir             = gid_Dir_Resource;
  2152.     Carrier         = gid_DataCarrier;
  2153.     UnixRights     = 444;
  2154.     Date         = "04072003";
  2155.     Time         = "0700";
  2156.     Styles         = (PACKED);
  2157. End
  2158.  
  2159. File GID_FILE_EXE_REGSVREX
  2160.     Name         = "regsvrex.exe";
  2161.     PackedName     = "f_0057";
  2162.     Size         = 6144;
  2163.     Dir             = gid_Dir_Program;
  2164.     Carrier         = gid_DataCarrier;
  2165.     UnixRights     = 555;
  2166.     Date         = "04072003";
  2167.     Time         = "0700";
  2168.     Styles         = (PACKED);
  2169. End
  2170.  
  2171. File gid_File_Fnt_Verait
  2172.     Name         = "VeraIt.ttf";
  2173.     PackedName     = "f_0058";
  2174.     FontName     = "Vera Sans Italic";
  2175.     Size         = 63684;
  2176.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  2177.     NetDir         = gid_Dir_Winfonts;
  2178.     Carrier         = gid_DataCarrier;
  2179.     UnixRights     = 444;
  2180.     Date         = "04072003";
  2181.     Time         = "0700";
  2182.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  2183. End
  2184.  
  2185. File gid_File_Lib_OffAcc
  2186.     Name         = "offacc645mi.dll";
  2187.     PackedName     = "f_0059";
  2188.     Size         = 20992;
  2189.     Dir             = gid_Dir_Program;
  2190.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2191.     Carrier         = gid_DataCarrier;
  2192.     UnixRights     = 444;
  2193.     Date         = "04072003";
  2194.     Time         = "0700";
  2195.     Styles         = (PACKED, UNO_COMPONENT);
  2196. End
  2197.  
  2198. File gid_File_Program_Resource_All_Delete_Only
  2199.     Name         = "*.*";
  2200.     Dir             = gid_Dir_Resource;
  2201.     Carrier         = gid_DataCarrier;
  2202.     UnixRights     = 444;
  2203.     Date         = "04072003";
  2204.     Time         = "0700";
  2205.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  2206. End
  2207.  
  2208. File gid_File_Res_Gal
  2209.     Name         = "gal64501.res";
  2210.     PackedName     = "f_0060";
  2211.     Size         = 20946;
  2212.     Dir             = gid_Dir_Resource;
  2213.     Carrier         = gid_DataCarrier;
  2214.     UnixRights     = 444;
  2215.     Date         = "04072003";
  2216.     Time         = "0700";
  2217.     Styles         = (PACKED);
  2218. End
  2219.  
  2220. File gid_File_Lib_Toutstrm
  2221.     Name         = "textoutstream.uno.dll";
  2222.     PackedName     = "f_0061";
  2223.     Size         = 13824;
  2224.     Dir             = gid_Dir_Program;
  2225.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2226.     Carrier         = gid_DataCarrier;
  2227.     UnixRights     = 444;
  2228.     Date         = "04072003";
  2229.     Time         = "0700";
  2230.     Styles         = (PACKED, UNO_COMPONENT);
  2231. End
  2232.  
  2233. File gid_File_Res_Preload
  2234.     Name         = "preload64501.res";
  2235.     PackedName     = "f_0062";
  2236.     Size         = 3684;
  2237.     Dir             = gid_Dir_Resource;
  2238.     Carrier         = gid_DataCarrier;
  2239.     UnixRights     = 444;
  2240.     Date         = "04072003";
  2241.     Time         = "0700";
  2242.     Styles         = (PACKED);
  2243. End
  2244.  
  2245. File gid_File_Lib_Brdgfctr
  2246.     Name         = "bridgefac.uno.dll";
  2247.     PackedName     = "f_0063";
  2248.     Size         = 39936;
  2249.     Dir             = gid_Dir_Program;
  2250.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2251.     Carrier         = gid_DataCarrier;
  2252.     UnixRights     = 444;
  2253.     Date         = "04072003";
  2254.     Time         = "0700";
  2255.     Styles         = (PACKED, UNO_COMPONENT);
  2256. End
  2257.  
  2258. File gid_File_User_Config_Schedule_Cfg_Delete_Only
  2259.     Name         = "schedule.cfg";
  2260.     Dir             = gid_Dir_User_Config;
  2261.     Carrier         = gid_DataCarrier;
  2262.     UnixRights     = 444;
  2263.     Date         = "04072003";
  2264.     Time         = "0700";
  2265.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  2266. End
  2267.  
  2268. File gid_File_User_Autotext_Bau_Delete_Only
  2269.     Name         = "*.bau";
  2270.     Dir             = gid_Dir_User_Autotext;
  2271.     Carrier         = gid_DataCarrier;
  2272.     UnixRights     = 444;
  2273.     Date         = "04072003";
  2274.     Time         = "0700";
  2275.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  2276. End
  2277.  
  2278. File gid_File_Lib_Ucphier1
  2279.     Name         = "ucphier1.dll";
  2280.     PackedName     = "f_0064";
  2281.     Size         = 155648;
  2282.     Dir             = gid_Dir_Program;
  2283.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2284.     Carrier         = gid_DataCarrier;
  2285.     UnixRights     = 444;
  2286.     Date         = "04072003";
  2287.     Time         = "0700";
  2288.     Styles         = (PACKED, UNO_COMPONENT);
  2289. End
  2290.  
  2291. File gid_File_Bin_Setup
  2292.     Name         = "setup.exe";
  2293.     PackedName     = "f0_019";
  2294.     Size         = 155648;
  2295.     Dir             = gid_Dir_Program;
  2296.     Carrier         = gid_DataCarrier;
  2297.     UnixRights     = 555;
  2298.     Date         = "04072003";
  2299.     Time         = "0700";
  2300.     Styles         = (PACKED, SETUPZIP, PATCH_SO_NAME);
  2301. End
  2302.  
  2303. Shortcut gid_Shortcut_Setup
  2304.     Name         = "%PRODUCTNAME Setup";
  2305.     FileID         = gid_File_Bin_Setup;
  2306.     Dir             = PREDEFINED_PROGDIR;
  2307.     Styles         = (RELATIVE, NETWORK, WORKSTATION);
  2308. End
  2309.  
  2310. File gid_File_Lib_Proxyfac
  2311.     Name         = "proxyfac.uno.dll";
  2312.     PackedName     = "f_0065";
  2313.     Size         = 21504;
  2314.     Dir             = gid_Dir_Program;
  2315.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2316.     Carrier         = gid_DataCarrier;
  2317.     UnixRights     = 444;
  2318.     Date         = "04072003";
  2319.     Time         = "0700";
  2320.     Styles         = (PACKED, UNO_COMPONENT);
  2321. End
  2322.  
  2323. File gid_File_Basic_ImportWiz
  2324.     Name         = "basicsrvimport.zip";
  2325.     PackedName     = "f_0066";
  2326.     Size         = 20469;
  2327.     ArchiveFiles = 8;
  2328.     ArchiveSize     = 83884;
  2329.     Dir             = gid_Dir_Basic_ImportWiz;
  2330.     Carrier         = gid_DataCarrier;
  2331.     UnixRights     = 444;
  2332.     Date         = "04072003";
  2333.     Time         = "0700";
  2334.     Styles         = (ARCHIVE);
  2335. End
  2336.  
  2337. File gid_File_Jar_XMerge
  2338.     Name         = "xmerge.jar";
  2339.     PackedName     = "f_0067";
  2340.     Size         = 134687;
  2341.     Dir             = gid_Dir_Classes;
  2342.     Carrier         = gid_DataCarrier;
  2343.     UnixRights     = 444;
  2344.     Date         = "04072003";
  2345.     Time         = "0700";
  2346.     Styles         = (PACKED, DONT_OVERWRITE);
  2347. End
  2348.  
  2349. File gid_File_OO_Office_Security_Xcu
  2350.     Name         = "Security.xcu";
  2351.     PackedName     = "f_0068";
  2352.     Size         = 13093;
  2353.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  2354.     Carrier         = gid_DataCarrier;
  2355.     UnixRights     = 444;
  2356.     Date         = "04072003";
  2357.     Time         = "0700";
  2358.     Styles         = (PACKED);
  2359. End
  2360.  
  2361. File gid_File_Lib_Utl
  2362.     Name         = "utl645mi.dll";
  2363.     PackedName     = "f0_020";
  2364.     Size         = 327680;
  2365.     Dir             = gid_Dir_Program;
  2366.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2367.     Carrier         = gid_DataCarrier;
  2368.     UnixRights     = 444;
  2369.     Date         = "04072003";
  2370.     Time         = "0700";
  2371.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  2372. End
  2373.  
  2374. File gid_File_Bin_Jvmsetup
  2375.     Name         = "jvmsetup.exe";
  2376.     PackedName     = "f_0069";
  2377.     Size         = 61440;
  2378.     Dir             = gid_Dir_Program;
  2379.     Carrier         = gid_DataCarrier;
  2380.     UnixRights     = 555;
  2381.     Date         = "04072003";
  2382.     Time         = "0700";
  2383.     Styles         = (PACKED);
  2384. End
  2385.  
  2386. File gid_File_Extra_Editpic_Asp
  2387.     Name         = "editpic.asp";
  2388.     PackedName     = "f_0070";
  2389.     Size         = 1319;
  2390.     Dir             = gid_Dir_Config_Webcast;
  2391.     Carrier         = gid_DataCarrier;
  2392.     UnixRights     = 444;
  2393.     Date         = "04072003";
  2394.     Time         = "0700";
  2395.     Styles         = (PACKED);
  2396. End
  2397.  
  2398. File gid_File_Lib_Mozabdrv
  2399.     Name         = "mozabdrv2.dll";
  2400.     PackedName     = "f_0071";
  2401.     Size         = 241664;
  2402.     Dir             = gid_Dir_Program;
  2403.     Carrier         = gid_DataCarrier;
  2404.     UnixRights     = 444;
  2405.     Date         = "04072003";
  2406.     Time         = "0700";
  2407.     Styles         = (PACKED);
  2408. End
  2409.  
  2410. File gid_File_Filter_Egi
  2411.     Name         = "egi645mi.dll";
  2412.     PackedName     = "f_0072";
  2413.     Size         = 16384;
  2414.     Dir             = gid_Dir_Filter;
  2415.     Carrier         = gid_DataCarrier;
  2416.     UnixRights     = 444;
  2417.     Date         = "04072003";
  2418.     Time         = "0700";
  2419.     Styles         = (PACKED);
  2420. End
  2421.  
  2422. File gid_File_Lib_Ucpfile1
  2423.     Name         = "ucpfile1.dll";
  2424.     PackedName     = "f_0073";
  2425.     Size         = 266240;
  2426.     Dir             = gid_Dir_Program;
  2427.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2428.     Carrier         = gid_DataCarrier;
  2429.     UnixRights     = 444;
  2430.     Date         = "04072003";
  2431.     Time         = "0700";
  2432.     Styles         = (PACKED, UNO_COMPONENT);
  2433. End
  2434.  
  2435. File gid_File_Res_Dba
  2436.     Name         = "dba64501.res";
  2437.     PackedName     = "f_0074";
  2438.     Size         = 2258;
  2439.     Dir             = gid_Dir_Resource;
  2440.     Carrier         = gid_DataCarrier;
  2441.     UnixRights     = 444;
  2442.     Date         = "04072003";
  2443.     Time         = "0700";
  2444.     Styles         = (PACKED);
  2445. End
  2446.  
  2447. File gid_File_Res_Dbi
  2448.     Name         = "dbi64501.res";
  2449.     PackedName     = "f_0075";
  2450.     Size         = 330104;
  2451.     Dir             = gid_Dir_Resource;
  2452.     Carrier         = gid_DataCarrier;
  2453.     UnixRights     = 444;
  2454.     Date         = "04072003";
  2455.     Time         = "0700";
  2456.     Styles         = (PACKED);
  2457. End
  2458.  
  2459. File gid_File_Res_Dbp
  2460.     Name         = "dbp64501.res";
  2461.     PackedName     = "f_0076";
  2462.     Size         = 6950;
  2463.     Dir             = gid_Dir_Resource;
  2464.     Carrier         = gid_DataCarrier;
  2465.     UnixRights     = 444;
  2466.     Date         = "04072003";
  2467.     Time         = "0700";
  2468.     Styles         = (PACKED);
  2469. End
  2470.  
  2471. File gid_File_Dtd_Image
  2472.     Name         = "image.dtd";
  2473.     PackedName     = "f_0077";
  2474.     Size         = 3288;
  2475.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  2476.     Carrier         = gid_DataCarrier;
  2477.     UnixRights     = 444;
  2478.     Date         = "04072003";
  2479.     Time         = "0700";
  2480.     Styles         = (PACKED);
  2481. End
  2482.  
  2483. File gid_File_Res_Dbu
  2484.     Name         = "dbu64501.res";
  2485.     PackedName     = "f_0078";
  2486.     Size         = 232860;
  2487.     Dir             = gid_Dir_Resource;
  2488.     Carrier         = gid_DataCarrier;
  2489.     UnixRights     = 444;
  2490.     Date         = "04072003";
  2491.     Time         = "0700";
  2492.     Styles         = (PACKED);
  2493. End
  2494.  
  2495. File gid_File_Res_Dbw
  2496.     Name         = "dbw64501.res";
  2497.     PackedName     = "f_0079";
  2498.     Size         = 7786;
  2499.     Dir             = gid_Dir_Resource;
  2500.     Carrier         = gid_DataCarrier;
  2501.     UnixRights     = 444;
  2502.     Date         = "04072003";
  2503.     Time         = "0700";
  2504.     Styles         = (PACKED);
  2505. End
  2506.  
  2507. File gid_File_User_Config_Sofficecfg_All_Delete_Only
  2508.     Name         = "*.*";
  2509.     Dir             = gid_Dir_User_Config_Sofficecfg;
  2510.     Carrier         = gid_DataCarrier;
  2511.     UnixRights     = 444;
  2512.     Date         = "04072003";
  2513.     Time         = "0700";
  2514.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  2515. End
  2516.  
  2517. File gid_File_OO_Inet_Xcu
  2518.     Name         = "Inet.xcu";
  2519.     PackedName     = "f_0080";
  2520.     Size         = 9987;
  2521.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice;
  2522.     Carrier         = gid_DataCarrier;
  2523.     UnixRights     = 444;
  2524.     Date         = "04072003";
  2525.     Time         = "0700";
  2526.     Styles         = (PACKED);
  2527. End
  2528.  
  2529. File gid_File_Lib_Pk
  2530.     Name         = "pk645mi.dll";
  2531.     PackedName     = "f_0081";
  2532.     Size         = 40448;
  2533.     Dir             = gid_Dir_Program;
  2534.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2535.     Carrier         = gid_DataCarrier;
  2536.     UnixRights     = 444;
  2537.     Date         = "04072003";
  2538.     Time         = "0700";
  2539.     Styles         = (PACKED, UNO_COMPONENT);
  2540. End
  2541.  
  2542. File gid_File_Lib_I18nregexp
  2543.     Name         = "i18nregexpMSC.dll";
  2544.     PackedName     = "f_0082";
  2545.     Size         = 25088;
  2546.     Dir             = gid_Dir_Program;
  2547.     Carrier         = gid_DataCarrier;
  2548.     UnixRights     = 444;
  2549.     Date         = "04072003";
  2550.     Time         = "0700";
  2551.     Styles         = (PACKED);
  2552. End
  2553.  
  2554. File gid_File_OO_Office_Labels_Xcs
  2555.     Name         = "Labels.xcs";
  2556.     PackedName     = "f_0083";
  2557.     Size         = 624;
  2558.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  2559.     Carrier         = gid_DataCarrier;
  2560.     UnixRights     = 444;
  2561.     Date         = "04072003";
  2562.     Time         = "0700";
  2563.     Styles         = (PACKED);
  2564. End
  2565.  
  2566. File gid_File_OO_Office_Labels_Xcu
  2567.     Name         = "Labels.xcu";
  2568.     PackedName     = "f_0084";
  2569.     Size         = 464445;
  2570.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  2571.     Carrier         = gid_DataCarrier;
  2572.     UnixRights     = 444;
  2573.     Date         = "04072003";
  2574.     Time         = "0700";
  2575.     Styles         = (PACKED);
  2576. End
  2577.  
  2578. File GID_FILE_JAR_DOCBOOK
  2579.     Name         = "docbook.jar";
  2580.     PackedName     = "f_0085";
  2581.     Size         = 14004;
  2582.     Dir             = gid_Dir_Classes;
  2583.     Carrier         = gid_DataCarrier;
  2584.     UnixRights     = 444;
  2585.     Date         = "04072003";
  2586.     Time         = "0700";
  2587.     Styles         = (PACKED, DONT_OVERWRITE);
  2588. End
  2589.  
  2590. File gid_File_Res_Svs
  2591.     Name         = "svs64501.res";
  2592.     PackedName     = "f0_021";
  2593.     Size         = 5192;
  2594.     Dir             = gid_Dir_Resource;
  2595.     Carrier         = gid_DataCarrier;
  2596.     UnixRights     = 444;
  2597.     Date         = "04072003";
  2598.     Time         = "0700";
  2599.     Styles         = (PACKED, SETUPZIP);
  2600. End
  2601.  
  2602. File gid_File_Res_Svx
  2603.     Name         = "svx64501.res";
  2604.     PackedName     = "f_0086";
  2605.     Size         = 312540;
  2606.     Dir             = gid_Dir_Resource;
  2607.     Carrier         = gid_DataCarrier;
  2608.     UnixRights     = 444;
  2609.     Date         = "04072003";
  2610.     Time         = "0700";
  2611.     Styles         = (PACKED);
  2612. End
  2613.  
  2614. File gid_File_Dtd_Office
  2615.     Name         = "office.dtd";
  2616.     PackedName     = "f_0087";
  2617.     Size         = 2986;
  2618.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  2619.     Carrier         = gid_DataCarrier;
  2620.     UnixRights     = 444;
  2621.     Date         = "04072003";
  2622.     Time         = "0700";
  2623.     Styles         = (PACKED);
  2624. End
  2625.  
  2626. File gid_File_Mod_Office
  2627.     Name         = "office.mod";
  2628.     PackedName     = "f_0088";
  2629.     Size         = 11733;
  2630.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  2631.     Carrier         = gid_DataCarrier;
  2632.     UnixRights     = 444;
  2633.     Date         = "04072003";
  2634.     Time         = "0700";
  2635.     Styles         = (PACKED);
  2636. End
  2637.  
  2638. File gid_File_User_Store_All_Txt_Delete_Only
  2639.     Name         = "*.*";
  2640.     Dir             = gid_Dir_Store;
  2641.     Carrier         = gid_DataCarrier;
  2642.     UnixRights     = 444;
  2643.     Date         = "04072003";
  2644.     Time         = "0700";
  2645.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  2646. End
  2647.  
  2648. File gid_File_Lib_Wrp
  2649.     Name         = "wrp645mi.dll";
  2650.     PackedName     = "f_0089";
  2651.     Size         = 73728;
  2652.     Dir             = gid_Dir_Program;
  2653.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2654.     Carrier         = gid_DataCarrier;
  2655.     UnixRights     = 444;
  2656.     Date         = "04072003";
  2657.     Time         = "0700";
  2658.     Styles         = (PACKED, UNO_COMPONENT);
  2659. End
  2660.  
  2661. File gid_File_Lib_Javaloader
  2662.     Name         = "javaloader.uno.dll";
  2663.     PackedName     = "f0_022";
  2664.     Size         = 23040;
  2665.     Dir             = gid_Dir_Program;
  2666.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2667.     Carrier         = gid_DataCarrier;
  2668.     UnixRights     = 444;
  2669.     Date         = "04072003";
  2670.     Time         = "0700";
  2671.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  2672. End
  2673.  
  2674. File gid_File_Res_Reg4msdoc
  2675.     Name         = "reg4msdoc64501.res";
  2676.     PackedName     = "f0_023";
  2677.     Size         = 289002;
  2678.     Dir             = gid_Dir_Resource;
  2679.     Carrier         = gid_DataCarrier;
  2680.     UnixRights     = 444;
  2681.     Date         = "04072003";
  2682.     Time         = "0700";
  2683.     Styles         = (PACKED, SETUPZIP);
  2684. End
  2685.  
  2686. File gid_File_Dtd_Toolbar
  2687.     Name         = "toolbar.dtd";
  2688.     PackedName     = "f_0090";
  2689.     Size         = 3675;
  2690.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  2691.     Carrier         = gid_DataCarrier;
  2692.     UnixRights     = 444;
  2693.     Date         = "04072003";
  2694.     Time         = "0700";
  2695.     Styles         = (PACKED);
  2696. End
  2697.  
  2698. File gid_File_Extra_Cfgusr
  2699.     Name         = "cfgusr.zip";
  2700.     PackedName     = "f_0091";
  2701.     Size         = 1490;
  2702.     ArchiveFiles = 1;
  2703.     ArchiveSize     = 35772;
  2704.     Dir             = gid_Dir_User_Config;
  2705.     Carrier         = gid_DataCarrier;
  2706.     UnixRights     = 644;
  2707.     Date         = "04072003";
  2708.     Time         = "0700";
  2709.     Styles         = (ARCHIVE, WORKSTATION);
  2710. End
  2711.  
  2712. File gid_File_Lib_Tplx
  2713.     Name         = "tplx645mi.dll";
  2714.     PackedName     = "f0_024";
  2715.     Size         = 53248;
  2716.     Dir             = gid_Dir_Program;
  2717.     Carrier         = gid_DataCarrier;
  2718.     UnixRights     = 444;
  2719.     Date         = "04072003";
  2720.     Time         = "0700";
  2721.     Styles         = (PACKED, SETUPZIP);
  2722. End
  2723.  
  2724. File gid_File_Lib_Adabas_2
  2725.     Name         = "adabas2.dll";
  2726.     PackedName     = "f_0092";
  2727.     Size         = 204800;
  2728.     Dir             = gid_Dir_Program;
  2729.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2730.     Carrier         = gid_DataCarrier;
  2731.     UnixRights     = 444;
  2732.     Date         = "04072003";
  2733.     Time         = "0700";
  2734.     Styles         = (PACKED, UNO_COMPONENT);
  2735. End
  2736.  
  2737. File gid_File_Res_Egi
  2738.     Name         = "egi64501.res";
  2739.     PackedName     = "f_0093";
  2740.     Size         = 2002;
  2741.     Dir             = gid_Dir_Resource;
  2742.     Carrier         = gid_DataCarrier;
  2743.     UnixRights     = 444;
  2744.     Date         = "04072003";
  2745.     Time         = "0700";
  2746.     Styles         = (PACKED);
  2747. End
  2748.  
  2749. File gid_File_Mod_Style
  2750.     Name         = "style.mod";
  2751.     PackedName     = "f_0094";
  2752.     Size         = 23974;
  2753.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  2754.     Carrier         = gid_DataCarrier;
  2755.     UnixRights     = 444;
  2756.     Date         = "04072003";
  2757.     Time         = "0700";
  2758.     Styles         = (PACKED);
  2759. End
  2760.  
  2761. File gid_File_Lib_I18nsearch
  2762.     Name         = "i18nsearch.dll";
  2763.     PackedName     = "f_0095";
  2764.     Size         = 30720;
  2765.     Dir             = gid_Dir_Program;
  2766.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2767.     Carrier         = gid_DataCarrier;
  2768.     UnixRights     = 444;
  2769.     Date         = "04072003";
  2770.     Time         = "0700";
  2771.     Styles         = (PACKED, UNO_COMPONENT);
  2772. End
  2773.  
  2774. File gid_File_Basic_Gimmicks
  2775.     Name         = "basicsrvgimmicks.zip";
  2776.     PackedName     = "f_0096";
  2777.     Size         = 15135;
  2778.     ArchiveFiles = 9;
  2779.     ArchiveSize     = 50135;
  2780.     Dir             = gid_Dir_Basic_Gimmicks;
  2781.     Carrier         = gid_DataCarrier;
  2782.     UnixRights     = 444;
  2783.     Date         = "04072003";
  2784.     Time         = "0700";
  2785.     Styles         = (ARCHIVE);
  2786. End
  2787.  
  2788. File gid_File_Lib_Sw
  2789.     Name         = "sw645mi.dll";
  2790.     PackedName     = "f_0097";
  2791.     Size         = 6832128;
  2792.     Dir             = gid_Dir_Program;
  2793.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2794.     Carrier         = gid_DataCarrier;
  2795.     UnixRights     = 444;
  2796.     Date         = "04072003";
  2797.     Time         = "0700";
  2798.     Styles         = (PACKED, UNO_COMPONENT);
  2799. End
  2800.  
  2801. File gid_File_Lib_Tk
  2802.     Name         = "tk645mi.dll";
  2803.     PackedName     = "f0_025";
  2804.     Size         = 1167360;
  2805.     Dir             = gid_Dir_Program;
  2806.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2807.     Carrier         = gid_DataCarrier;
  2808.     UnixRights     = 444;
  2809.     Date         = "04072003";
  2810.     Time         = "0700";
  2811.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  2812. End
  2813.  
  2814. File gid_File_Lib_Sb
  2815.     Name         = "sb645mi.dll";
  2816.     PackedName     = "f0_026";
  2817.     Size         = 446464;
  2818.     Dir             = gid_Dir_Program;
  2819.     Carrier         = gid_DataCarrier;
  2820.     UnixRights     = 444;
  2821.     Date         = "04072003";
  2822.     Time         = "0700";
  2823.     Styles         = (PACKED, SETUPZIP);
  2824. End
  2825.  
  2826. File gid_File_Lib_Sd
  2827.     Name         = "sd645mi.dll";
  2828.     PackedName     = "f_0098";
  2829.     Size         = 2203648;
  2830.     Dir             = gid_Dir_Program;
  2831.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2832.     Carrier         = gid_DataCarrier;
  2833.     UnixRights     = 444;
  2834.     Date         = "04072003";
  2835.     Time         = "0700";
  2836.     Styles         = (PACKED, UNO_COMPONENT);
  2837. End
  2838.  
  2839. File gid_File_Lib_So
  2840.     Name         = "so645mi.dll";
  2841.     PackedName     = "f_0099";
  2842.     Size         = 385024;
  2843.     Dir             = gid_Dir_Program;
  2844.     Carrier         = gid_DataCarrier;
  2845.     UnixRights     = 444;
  2846.     Date         = "04072003";
  2847.     Time         = "0700";
  2848.     Styles         = (PACKED);
  2849. End
  2850.  
  2851. File gid_File_Lib_Corefl
  2852.     Name         = "corereflection.uno.dll";
  2853.     PackedName     = "f_0100";
  2854.     Size         = 98304;
  2855.     Dir             = gid_Dir_Program;
  2856.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2857.     Carrier         = gid_DataCarrier;
  2858.     UnixRights     = 444;
  2859.     Date         = "04072003";
  2860.     Time         = "0700";
  2861.     Styles         = (PACKED, UNO_COMPONENT);
  2862. End
  2863.  
  2864. File gid_File_Lib_Ucbhelper
  2865.     Name         = "ucbhelper2MSC.dll";
  2866.     PackedName     = "f0_027";
  2867.     Size         = 290816;
  2868.     Dir             = gid_Dir_Program;
  2869.     Carrier         = gid_DataCarrier;
  2870.     UnixRights     = 444;
  2871.     Date         = "04072003";
  2872.     Time         = "0700";
  2873.     Styles         = (PACKED, SETUPZIP);
  2874. End
  2875.  
  2876. File gid_File_Java_Ini_Delete_Only
  2877.     Name         = "java.ini";
  2878.     Dir             = gid_Dir_User_Config;
  2879.     Carrier         = gid_DataCarrier;
  2880.     UnixRights     = 444;
  2881.     Date         = "04072003";
  2882.     Time         = "0700";
  2883.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  2884. End
  2885.  
  2886. File gid_File_OO_Userprofile_Xcs
  2887.     Name         = "UserProfile.xcs";
  2888.     PackedName     = "f_0101";
  2889.     Size         = 1626;
  2890.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice;
  2891.     Carrier         = gid_DataCarrier;
  2892.     UnixRights     = 444;
  2893.     Date         = "04072003";
  2894.     Time         = "0700";
  2895.     Styles         = (PACKED);
  2896. End
  2897.  
  2898. File gid_File_Res_Dkt
  2899.     Name         = "dkt64501.res";
  2900.     PackedName     = "f_0102";
  2901.     Size         = 7558;
  2902.     Dir             = gid_Dir_Resource;
  2903.     Carrier         = gid_DataCarrier;
  2904.     UnixRights     = 444;
  2905.     Date         = "04072003";
  2906.     Time         = "0700";
  2907.     Styles         = (PACKED);
  2908. End
  2909.  
  2910. File gid_File_User_Registry_Delete_Only
  2911.     Name         = "*.*";
  2912.     Dir             = gid_Dir_User_Registry;
  2913.     Carrier         = gid_DataCarrier;
  2914.     UnixRights     = 444;
  2915.     Date         = "04072003";
  2916.     Time         = "0700";
  2917.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  2918. End
  2919.  
  2920. File gid_File_Lib_Icudata
  2921.     Name         = "icudt22l.dll";
  2922.     PackedName     = "f0_028";
  2923.     Size         = 8470528;
  2924.     Dir             = gid_Dir_Program;
  2925.     Carrier         = gid_DataCarrier;
  2926.     UnixRights     = 444;
  2927.     Date         = "04072003";
  2928.     Time         = "0700";
  2929.     Styles         = (PACKED, SETUPZIP);
  2930. End
  2931.  
  2932. File gid_File_Lib_Namingservice
  2933.     Name         = "namingservice.uno.dll";
  2934.     PackedName     = "f_0103";
  2935.     Size         = 18944;
  2936.     Dir             = gid_Dir_Program;
  2937.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  2938.     Carrier         = gid_DataCarrier;
  2939.     UnixRights     = 444;
  2940.     Date         = "04072003";
  2941.     Time         = "0700";
  2942.     Styles         = (PACKED, UNO_COMPONENT);
  2943. End
  2944.  
  2945. File gid_File_Inethist_Dat_Delete_Only
  2946.     Name         = "inethist.dat";
  2947.     Dir             = gid_Dir_User_Config;
  2948.     Carrier         = gid_DataCarrier;
  2949.     UnixRights     = 444;
  2950.     Date         = "04072003";
  2951.     Time         = "0700";
  2952.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  2953. End
  2954.  
  2955. File GID_FILE_OO_OFFICE_MATH_XCU
  2956.     Name         = "Math.xcu";
  2957.     PackedName     = "f_0104";
  2958.     Size         = 22695;
  2959.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  2960.     Carrier         = gid_DataCarrier;
  2961.     UnixRights     = 444;
  2962.     Date         = "04072003";
  2963.     Time         = "0700";
  2964.     Styles         = (PACKED);
  2965. End
  2966.  
  2967. File gid_File_Extra_Savepic_Asp
  2968.     Name         = "savepic.asp";
  2969.     PackedName     = "f_0105";
  2970.     Size         = 975;
  2971.     Dir             = gid_Dir_Config_Webcast;
  2972.     Carrier         = gid_DataCarrier;
  2973.     UnixRights     = 444;
  2974.     Date         = "04072003";
  2975.     Time         = "0700";
  2976.     Styles         = (PACKED);
  2977. End
  2978.  
  2979. File gid_File_Mod_Dtypes
  2980.     Name         = "dtypes.mod";
  2981.     PackedName     = "f_0106";
  2982.     Size         = 5588;
  2983.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  2984.     Carrier         = gid_DataCarrier;
  2985.     UnixRights     = 444;
  2986.     Date         = "04072003";
  2987.     Time         = "0700";
  2988.     Styles         = (PACKED);
  2989. End
  2990.  
  2991. File gid_File_OO_Office_Writer_Xcs
  2992.     Name         = "Writer.xcs";
  2993.     PackedName     = "f_0107";
  2994.     Size         = 71395;
  2995.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  2996.     Carrier         = gid_DataCarrier;
  2997.     UnixRights     = 444;
  2998.     Date         = "04072003";
  2999.     Time         = "0700";
  3000.     Styles         = (PACKED);
  3001. End
  3002.  
  3003. File gid_File_OO_Office_Writer_Xcu
  3004.     Name         = "Writer.xcu";
  3005.     PackedName     = "f_0108";
  3006.     Size         = 9037;
  3007.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  3008.     Carrier         = gid_DataCarrier;
  3009.     UnixRights     = 444;
  3010.     Date         = "04072003";
  3011.     Time         = "0700";
  3012.     Styles         = (PACKED);
  3013. End
  3014.  
  3015. File gid_File_Res_Bib
  3016.     Name         = "bib64501.res";
  3017.     PackedName     = "f_0109";
  3018.     Size         = 14050;
  3019.     Dir             = gid_Dir_Resource;
  3020.     Carrier         = gid_DataCarrier;
  3021.     UnixRights     = 444;
  3022.     Date         = "04072003";
  3023.     Time         = "0700";
  3024.     Styles         = (PACKED);
  3025. End
  3026.  
  3027. File gid_File_Res_Tpl
  3028.     Name         = "tpl64501.res";
  3029.     PackedName     = "f_0110";
  3030.     Size         = 3498;
  3031.     Dir             = gid_Dir_Resource;
  3032.     Carrier         = gid_DataCarrier;
  3033.     UnixRights     = 444;
  3034.     Date         = "04072003";
  3035.     Time         = "0700";
  3036.     Styles         = (PACKED);
  3037. End
  3038.  
  3039. File gid_File_OO_Setup_Xcs
  3040.     Name         = "Setup.xcs";
  3041.     PackedName     = "f_0111";
  3042.     Size         = 2244;
  3043.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice;
  3044.     Carrier         = gid_DataCarrier;
  3045.     UnixRights     = 444;
  3046.     Date         = "04072003";
  3047.     Time         = "0700";
  3048.     Styles         = (PACKED);
  3049. End
  3050.  
  3051. File gid_File_Lib_Pcr
  3052.     Name         = "pcr645mi.dll";
  3053.     PackedName     = "f_0112";
  3054.     Size         = 262144;
  3055.     Dir             = gid_Dir_Program;
  3056.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3057.     Carrier         = gid_DataCarrier;
  3058.     UnixRights     = 444;
  3059.     Date         = "04072003";
  3060.     Time         = "0700";
  3061.     Styles         = (PACKED, UNO_COMPONENT);
  3062. End
  3063.  
  3064. File gid_File_Filter_Epn
  3065.     Name         = "epn645mi.dll";
  3066.     PackedName     = "f_0113";
  3067.     Size         = 17920;
  3068.     Dir             = gid_Dir_Filter;
  3069.     Carrier         = gid_DataCarrier;
  3070.     UnixRights     = 444;
  3071.     Date         = "04072003";
  3072.     Time         = "0700";
  3073.     Styles         = (PACKED);
  3074. End
  3075.  
  3076. File gid_File_Jar_Java_Uno
  3077.     Name         = "java_uno.jar";
  3078.     PackedName     = "f0_029";
  3079.     Size         = 4498;
  3080.     Dir             = gid_Dir_Classes;
  3081.     Carrier         = gid_DataCarrier;
  3082.     UnixRights     = 444;
  3083.     Date         = "04072003";
  3084.     Time         = "0700";
  3085.     Styles         = (PACKED, SETUPZIP);
  3086. End
  3087.  
  3088. File GID_FILE_RDB_TYPES
  3089.     Name         = "types.rdb";
  3090.     PackedName     = "f0_030";
  3091.     Size         = 3375104;
  3092.     Dir             = gid_Dir_Program;
  3093.     Carrier         = gid_DataCarrier;
  3094.     UnixRights     = 444;
  3095.     Date         = "04072003";
  3096.     Time         = "0700";
  3097.     Styles         = (PACKED, OVERWRITE, SETUPZIP);
  3098. End
  3099.  
  3100. File gid_File_Lib_Go
  3101.     Name         = "go645mi.dll";
  3102.     PackedName     = "f_0114";
  3103.     Size         = 249856;
  3104.     Dir             = gid_Dir_Program;
  3105.     Carrier         = gid_DataCarrier;
  3106.     UnixRights     = 444;
  3107.     Date         = "04072003";
  3108.     Time         = "0700";
  3109.     Styles         = (PACKED);
  3110. End
  3111.  
  3112. File GID_FILE_LIB_ULINGU
  3113.     Name         = "ulingu645mi.dll";
  3114.     PackedName     = "f_0115";
  3115.     Size         = 5632;
  3116.     Dir             = gid_Dir_Program;
  3117.     Carrier         = gid_DataCarrier;
  3118.     UnixRights     = 444;
  3119.     Date         = "04072003";
  3120.     Time         = "0700";
  3121.     Styles         = (PACKED);
  3122. End
  3123.  
  3124. File gid_File_Lib_Dl
  3125.     Name         = "dl645mi.dll";
  3126.     PackedName     = "f_0116";
  3127.     Size         = 3051520;
  3128.     Dir             = gid_Dir_Program;
  3129.     Carrier         = gid_DataCarrier;
  3130.     UnixRights     = 444;
  3131.     Date         = "04072003";
  3132.     Time         = "0700";
  3133.     Styles         = (PACKED);
  3134. End
  3135.  
  3136. File gid_File_Lib_Flat
  3137.     Name         = "flat645mi.dll";
  3138.     PackedName     = "f_0117";
  3139.     Size         = 143360;
  3140.     Dir             = gid_Dir_Program;
  3141.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3142.     Carrier         = gid_DataCarrier;
  3143.     UnixRights     = 444;
  3144.     Date         = "04072003";
  3145.     Time         = "0700";
  3146.     Styles         = (PACKED, UNO_COMPONENT);
  3147. End
  3148.  
  3149. File gid_File_Lib_Icui18n
  3150.     Name         = "icuin22.dll";
  3151.     PackedName     = "f0_031";
  3152.     Size         = 536576;
  3153.     Dir             = gid_Dir_Program;
  3154.     Carrier         = gid_DataCarrier;
  3155.     UnixRights     = 444;
  3156.     Date         = "04072003";
  3157.     Time         = "0700";
  3158.     Styles         = (PACKED, SETUPZIP);
  3159. End
  3160.  
  3161. File gid_File_Mod_Text
  3162.     Name         = "text.mod";
  3163.     PackedName     = "f_0118";
  3164.     Size         = 49383;
  3165.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  3166.     Carrier         = gid_DataCarrier;
  3167.     UnixRights     = 444;
  3168.     Date         = "04072003";
  3169.     Time         = "0700";
  3170.     Styles         = (PACKED);
  3171. End
  3172.  
  3173. File gid_File_User_Desktop_All_Delete_Only
  3174.     Name         = "*.*";
  3175.     Dir             = gid_Dir_Desktop;
  3176.     Carrier         = gid_DataCarrier;
  3177.     UnixRights     = 444;
  3178.     Date         = "04072003";
  3179.     Time         = "0700";
  3180.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  3181. End
  3182.  
  3183. File gid_File_Lib_Dbodbcbase
  3184.     Name         = "odbcbase2.dll";
  3185.     PackedName     = "f_0119";
  3186.     Size         = 274432;
  3187.     Dir             = gid_Dir_Program;
  3188.     Carrier         = gid_DataCarrier;
  3189.     UnixRights     = 444;
  3190.     Date         = "04072003";
  3191.     Time         = "0700";
  3192.     Styles         = (PACKED);
  3193. End
  3194.  
  3195. File gid_File_Program_All_Delete_Only
  3196.     Name         = "*.*";
  3197.     Dir             = gid_Dir_Program;
  3198.     Carrier         = gid_DataCarrier;
  3199.     UnixRights     = 444;
  3200.     Date         = "04072003";
  3201.     Time         = "0700";
  3202.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  3203. End
  3204.  
  3205. File gid_File_Extra_Tplwizhomepage_Lang
  3206.     Name         = "tplwizhomepage01.zip";
  3207.     PackedName     = "f_0120";
  3208.     Size         = 241357;
  3209.     ArchiveFiles = 33;
  3210.     ArchiveSize     = 264705;
  3211.     Dir             = gid_Dir_Template_Wizard_Web;
  3212.     Carrier         = gid_DataCarrier;
  3213.     UnixRights     = 444;
  3214.     Date         = "04072003";
  3215.     Time         = "0700";
  3216.     Styles         = (ARCHIVE);
  3217. End
  3218.  
  3219. File gid_File_Lib_Xmx
  3220.     Name         = "xmx645mi.dll";
  3221.     PackedName     = "f_0121";
  3222.     Size         = 15872;
  3223.     Dir             = gid_Dir_Program;
  3224.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3225.     Carrier         = gid_DataCarrier;
  3226.     UnixRights     = 444;
  3227.     Date         = "04072003";
  3228.     Time         = "0700";
  3229.     Styles         = (PACKED, UNO_COMPONENT);
  3230. End
  3231.  
  3232. File gid_File_Lib_Xmlfa
  3233.     Name         = "xmlfa645mi.dll";
  3234.     PackedName     = "f_0122";
  3235.     Size         = 34816;
  3236.     Dir             = gid_Dir_Program;
  3237.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3238.     Carrier         = gid_DataCarrier;
  3239.     UnixRights     = 444;
  3240.     Date         = "04072003";
  3241.     Time         = "0700";
  3242.     Styles         = (PACKED, UNO_COMPONENT);
  3243. End
  3244.  
  3245. File gid_File_OO_Setup_Xcu
  3246.     Name         = "Setup.xcu";
  3247.     PackedName     = "f_0123";
  3248.     Size         = 813;
  3249.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice;
  3250.     Carrier         = gid_DataCarrier;
  3251.     UnixRights     = 444;
  3252.     Date         = "04072003";
  3253.     Time         = "0700";
  3254.     Styles         = (PACKED);
  3255. End
  3256.  
  3257. File gid_File_Lib_Xmlfd
  3258.     Name         = "xmlfd645mi.dll";
  3259.     PackedName     = "f_0124";
  3260.     Size         = 21504;
  3261.     Dir             = gid_Dir_Program;
  3262.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3263.     Carrier         = gid_DataCarrier;
  3264.     UnixRights     = 444;
  3265.     Date         = "04072003";
  3266.     Time         = "0700";
  3267.     Styles         = (PACKED, UNO_COMPONENT);
  3268. End
  3269.  
  3270. File gid_File_Lib_Usp
  3271.     Name         = "usp645mi.dll";
  3272.     PackedName     = "f0_032";
  3273.     Size         = 290816;
  3274.     Dir             = gid_Dir_Program;
  3275.     Carrier         = gid_DataCarrier;
  3276.     UnixRights     = 444;
  3277.     Date         = "04072003";
  3278.     Time         = "0700";
  3279.     Styles         = (PACKED, SETUPZIP);
  3280. End
  3281.  
  3282. File gid_File_Extra_Editpic_Pl
  3283.     Name         = "editpic.pl";
  3284.     PackedName     = "f_0125";
  3285.     Size         = 1151;
  3286.     Dir             = gid_Dir_Config_Webcast;
  3287.     Carrier         = gid_DataCarrier;
  3288.     UnixRights     = 444;
  3289.     Date         = "04072003";
  3290.     Time         = "0700";
  3291.     Styles         = (PACKED);
  3292. End
  3293.  
  3294. File gid_File_Lib_Uui
  3295.     Name         = "uui645mi.dll";
  3296.     PackedName     = "f0_033";
  3297.     Size         = 118784;
  3298.     Dir             = gid_Dir_Program;
  3299.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3300.     Carrier         = gid_DataCarrier;
  3301.     UnixRights     = 444;
  3302.     Date         = "04072003";
  3303.     Time         = "0700";
  3304.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  3305. End
  3306.  
  3307. File gid_File_Extra_Index_Pl
  3308.     Name         = "index.pl";
  3309.     PackedName     = "f_0126";
  3310.     Size         = 342;
  3311.     Dir             = gid_Dir_Config_Webcast;
  3312.     Carrier         = gid_DataCarrier;
  3313.     UnixRights     = 444;
  3314.     Date         = "04072003";
  3315.     Time         = "0700";
  3316.     Styles         = (PACKED);
  3317. End
  3318.  
  3319. File gid_File_Lib_Basctl
  3320.     Name         = "basctl645mi.dll";
  3321.     PackedName     = "f_0127";
  3322.     Size         = 446464;
  3323.     Dir             = gid_Dir_Program;
  3324.     Carrier         = gid_DataCarrier;
  3325.     UnixRights     = 444;
  3326.     Date         = "04072003";
  3327.     Time         = "0700";
  3328.     Styles         = (PACKED);
  3329. End
  3330.  
  3331. File gid_File_Zip_Writingaids
  3332.     Name         = "writingaids.zip";
  3333.     PackedName     = "f_0128";
  3334.     Size         = 3989882;
  3335.     ArchiveFiles = 16;
  3336.     ArchiveSize     = 6630675;
  3337.     Dir             = GID_DIR_SHARE_DICT_OOO;
  3338.     Carrier         = gid_DataCarrier;
  3339.     UnixRights     = 444;
  3340.     Date         = "04072003";
  3341.     Time         = "0700";
  3342.     Styles         = (ARCHIVE);
  3343. End
  3344.  
  3345. File gid_File_Lib_Vcl
  3346.     Name         = "vcl645mi.dll";
  3347.     PackedName     = "f0_034";
  3348.     Size         = 1925120;
  3349.     Dir             = gid_Dir_Program;
  3350.     Carrier         = gid_DataCarrier;
  3351.     UnixRights     = 444;
  3352.     Date         = "04072003";
  3353.     Time         = "0700";
  3354.     Styles         = (PACKED, SETUPZIP);
  3355. End
  3356.  
  3357. File gid_File_Lib_Curl
  3358.     Name         = "libcurl.dll";
  3359.     PackedName     = "f_0129";
  3360.     Size         = 90112;
  3361.     Dir             = gid_Dir_Program;
  3362.     Carrier         = gid_DataCarrier;
  3363.     UnixRights     = 444;
  3364.     Date         = "04072003";
  3365.     Time         = "0700";
  3366.     Styles         = (PACKED);
  3367. End
  3368.  
  3369. File gid_File_OO_Office_Draw_Xcs
  3370.     Name         = "Draw.xcs";
  3371.     PackedName     = "f_0130";
  3372.     Size         = 9412;
  3373.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  3374.     Carrier         = gid_DataCarrier;
  3375.     UnixRights     = 444;
  3376.     Date         = "04072003";
  3377.     Time         = "0700";
  3378.     Styles         = (PACKED);
  3379. End
  3380.  
  3381. File gid_File_Extra_Gallsounds
  3382.     Name         = "gallsounds.zip";
  3383.     PackedName     = "f_0131";
  3384.     Size         = 1278547;
  3385.     ArchiveFiles = 35;
  3386.     ArchiveSize     = 2217620;
  3387.     Dir             = gid_Dir_Gallery_Sounds;
  3388.     Carrier         = gid_DataCarrier;
  3389.     UnixRights     = 444;
  3390.     Date         = "04072003";
  3391.     Time         = "0700";
  3392.     Styles         = (ARCHIVE);
  3393. End
  3394.  
  3395. File gid_File_OO_Office_Math_Xcs
  3396.     Name         = "Math.xcs";
  3397.     PackedName     = "f_0132";
  3398.     Size         = 10771;
  3399.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  3400.     Carrier         = gid_DataCarrier;
  3401.     UnixRights     = 444;
  3402.     Date         = "04072003";
  3403.     Time         = "0700";
  3404.     Styles         = (PACKED);
  3405. End
  3406.  
  3407. File gid_File_Lib_Package2
  3408.     Name         = "package2.dll";
  3409.     PackedName     = "f_0133";
  3410.     Size         = 208896;
  3411.     Dir             = gid_Dir_Program;
  3412.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3413.     Carrier         = gid_DataCarrier;
  3414.     UnixRights     = 444;
  3415.     Date         = "04072003";
  3416.     Time         = "0700";
  3417.     Styles         = (PACKED, UNO_COMPONENT);
  3418. End
  3419.  
  3420. File gid_File_User_Uno_Packages_All_Delete_Only
  3421.     Name         = "*.*";
  3422.     Dir             = gid_Dir_User_Uno_Packages;
  3423.     Carrier         = gid_DataCarrier;
  3424.     UnixRights     = 444;
  3425.     Date         = "04072003";
  3426.     Time         = "0700";
  3427.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  3428. End
  3429.  
  3430. File gid_File_Lib_Inv
  3431.     Name         = "invocation.uno.dll";
  3432.     PackedName     = "f_0134";
  3433.     Size         = 65536;
  3434.     Dir             = gid_Dir_Program;
  3435.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3436.     Carrier         = gid_DataCarrier;
  3437.     UnixRights     = 444;
  3438.     Date         = "04072003";
  3439.     Time         = "0700";
  3440.     Styles         = (PACKED, UNO_COMPONENT);
  3441. End
  3442.  
  3443. File gid_File_User_Bookmark_Url_Delete_Only
  3444.     Name         = "*.url";
  3445.     Dir             = gid_Dir_User_Bookmark;
  3446.     Carrier         = gid_DataCarrier;
  3447.     UnixRights     = 444;
  3448.     Date         = "04072003";
  3449.     Time         = "0700";
  3450.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  3451. End
  3452.  
  3453. File gid_File_Lib_Dba
  3454.     Name         = "dba645mi.dll";
  3455.     PackedName     = "f_0135";
  3456.     Size         = 851968;
  3457.     Dir             = gid_Dir_Program;
  3458.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3459.     Carrier         = gid_DataCarrier;
  3460.     UnixRights     = 444;
  3461.     Date         = "04072003";
  3462.     Time         = "0700";
  3463.     Styles         = (PACKED, UNO_COMPONENT);
  3464. End
  3465.  
  3466. File gid_File_Extra_Tplwizstyles_Lang
  3467.     Name         = "tplwizstyles01.zip";
  3468.     PackedName     = "f_0136";
  3469.     Size         = 109157;
  3470.     ArchiveFiles = 19;
  3471.     ArchiveSize     = 120956;
  3472.     Dir             = gid_Dir_Template_Wizard_Styles;
  3473.     Carrier         = gid_DataCarrier;
  3474.     UnixRights     = 444;
  3475.     Date         = "04072003";
  3476.     Time         = "0700";
  3477.     Styles         = (ARCHIVE);
  3478. End
  3479.  
  3480. File gid_File_Share_Registry_Data_Org_Openoffice_Ucb_All_Delete_Only
  3481.     Name         = "*.*";
  3482.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Ucb;
  3483.     Carrier         = gid_DataCarrier;
  3484.     UnixRights     = 444;
  3485.     Date         = "04072003";
  3486.     Time         = "0700";
  3487.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  3488. End
  3489.  
  3490. File gid_File_Jar_OfficeBean
  3491.     Name         = "officebean.jar";
  3492.     PackedName     = "f_0137";
  3493.     Size         = 12176;
  3494.     Dir             = gid_Dir_Classes;
  3495.     Carrier         = gid_DataCarrier;
  3496.     UnixRights     = 444;
  3497.     Date         = "04072003";
  3498.     Time         = "0700";
  3499.     Styles         = (PACKED);
  3500. End
  3501.  
  3502. File gid_File_Lib_Frm
  3503.     Name         = "frm645mi.dll";
  3504.     PackedName     = "f_0138";
  3505.     Size         = 839680;
  3506.     Dir             = gid_Dir_Program;
  3507.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3508.     Carrier         = gid_DataCarrier;
  3509.     UnixRights     = 444;
  3510.     Date         = "04072003";
  3511.     Time         = "0700";
  3512.     Styles         = (PACKED, UNO_COMPONENT);
  3513. End
  3514.  
  3515. File gid_File_Bin_Pkgchk
  3516.     Name         = "pkgchk.exe";
  3517.     PackedName     = "f_0139";
  3518.     Size         = 12800;
  3519.     Dir             = gid_Dir_Program;
  3520.     Carrier         = gid_DataCarrier;
  3521.     UnixRights     = 555;
  3522.     Date         = "04072003";
  3523.     Time         = "0700";
  3524.     Styles         = (PACKED);
  3525. End
  3526.  
  3527. File gid_File_OO_Office_Addons_Xcs
  3528.     Name         = "Addons.xcs";
  3529.     PackedName     = "f_0140";
  3530.     Size         = 2380;
  3531.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  3532.     Carrier         = gid_DataCarrier;
  3533.     UnixRights     = 444;
  3534.     Date         = "04072003";
  3535.     Time         = "0700";
  3536.     Styles         = (PACKED);
  3537. End
  3538.  
  3539. File gid_File_Mod_Chart
  3540.     Name         = "chart.mod";
  3541.     PackedName     = "f_0141";
  3542.     Size         = 10191;
  3543.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  3544.     Carrier         = gid_DataCarrier;
  3545.     UnixRights     = 444;
  3546.     Date         = "04072003";
  3547.     Time         = "0700";
  3548.     Styles         = (PACKED);
  3549. End
  3550.  
  3551. File gid_File_Extra_Edit_Pl
  3552.     Name         = "edit.pl";
  3553.     PackedName     = "f_0142";
  3554.     Size         = 554;
  3555.     Dir             = gid_Dir_Config_Webcast;
  3556.     Carrier         = gid_DataCarrier;
  3557.     UnixRights     = 444;
  3558.     Date         = "04072003";
  3559.     Time         = "0700";
  3560.     Styles         = (PACKED);
  3561. End
  3562.  
  3563. File gid_File_Res_Cal
  3564.     Name         = "cal64501.res";
  3565.     PackedName     = "f_0143";
  3566.     Size         = 2834;
  3567.     Dir             = gid_Dir_Resource;
  3568.     Carrier         = gid_DataCarrier;
  3569.     UnixRights     = 444;
  3570.     Date         = "04072003";
  3571.     Time         = "0700";
  3572.     Styles         = (PACKED);
  3573. End
  3574.  
  3575. File gid_File_Lib_Fwk
  3576.     Name         = "fwk645mi.dll";
  3577.     PackedName     = "f_0144";
  3578.     Size         = 630784;
  3579.     Dir             = gid_Dir_Program;
  3580.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3581.     Carrier         = gid_DataCarrier;
  3582.     UnixRights     = 444;
  3583.     Date         = "04072003";
  3584.     Time         = "0700";
  3585.     Styles         = (PACKED, UNO_COMPONENT);
  3586. End
  3587.  
  3588. File gid_File_Lib_Fwl
  3589.     Name         = "fwl645mi.dll";
  3590.     PackedName     = "f_0145";
  3591.     Size         = 172032;
  3592.     Dir             = gid_Dir_Program;
  3593.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3594.     Carrier         = gid_DataCarrier;
  3595.     UnixRights     = 444;
  3596.     Date         = "04072003";
  3597.     Time         = "0700";
  3598.     Styles         = (PACKED, UNO_COMPONENT);
  3599. End
  3600.  
  3601. File gid_File_Res_Set
  3602.     Name         = "set64501.res";
  3603.     PackedName     = "f0_035";
  3604.     Size         = 287398;
  3605.     Dir             = gid_Dir_Resource;
  3606.     Carrier         = gid_DataCarrier;
  3607.     UnixRights     = 444;
  3608.     Date         = "04072003";
  3609.     Time         = "0700";
  3610.     Styles         = (PACKED, SETUPZIP);
  3611. End
  3612.  
  3613. File gid_File_Res_Svt
  3614.     Name         = "svt64501.res";
  3615.     PackedName     = "f0_036";
  3616.     Size         = 154710;
  3617.     Dir             = gid_Dir_Resource;
  3618.     Carrier         = gid_DataCarrier;
  3619.     UnixRights     = 444;
  3620.     Date         = "04072003";
  3621.     Time         = "0700";
  3622.     Styles         = (PACKED, SETUPZIP);
  3623. End
  3624.  
  3625. File gid_File_Extra_Autocorr_Lang
  3626.     Name         = "autocorr01.zip";
  3627.     PackedName     = "f_0146";
  3628.     Size         = 15695;
  3629.     ArchiveFiles = 2;
  3630.     ArchiveSize     = 15990;
  3631.     Dir             = gid_Dir_Share_Autocorr;
  3632.     Carrier         = gid_DataCarrier;
  3633.     UnixRights     = 444;
  3634.     Date         = "04072003";
  3635.     Time         = "0700";
  3636.     Styles         = (ARCHIVE);
  3637. End
  3638.  
  3639. File gid_File_OO_Office_Calc_Xcs
  3640.     Name         = "Calc.xcs";
  3641.     PackedName     = "f_0147";
  3642.     Size         = 11745;
  3643.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  3644.     Carrier         = gid_DataCarrier;
  3645.     UnixRights     = 444;
  3646.     Date         = "04072003";
  3647.     Time         = "0700";
  3648.     Styles         = (PACKED);
  3649. End
  3650.  
  3651. File gid_File_OO_Office_Calc_Xcu
  3652.     Name         = "Calc.xcu";
  3653.     PackedName     = "f_0148";
  3654.     Size         = 3691;
  3655.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  3656.     Carrier         = gid_DataCarrier;
  3657.     UnixRights     = 444;
  3658.     Date         = "04072003";
  3659.     Time         = "0700";
  3660.     Styles         = (PACKED);
  3661. End
  3662.  
  3663. File gid_File_Res_Sfx
  3664.     Name         = "sfx64501.res";
  3665.     PackedName     = "f_0149";
  3666.     Size         = 335004;
  3667.     Dir             = gid_Dir_Resource;
  3668.     Carrier         = gid_DataCarrier;
  3669.     UnixRights     = 444;
  3670.     Date         = "04072003";
  3671.     Time         = "0700";
  3672.     Styles         = (PACKED);
  3673. End
  3674.  
  3675. File gid_File_OO_Office_Jobs_Xcu
  3676.     Name         = "Jobs.xcu";
  3677.     PackedName     = "f_0150";
  3678.     Size         = 700;
  3679.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  3680.     Carrier         = gid_DataCarrier;
  3681.     UnixRights     = 444;
  3682.     Date         = "04072003";
  3683.     Time         = "0700";
  3684.     Styles         = (PACKED);
  3685. End
  3686.  
  3687. File gid_File_Lib_Smplmail
  3688.     Name         = "smplmail.dll";
  3689.     PackedName     = "f_0151";
  3690.     Size         = 29696;
  3691.     Dir             = gid_Dir_Program;
  3692.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3693.     Carrier         = gid_DataCarrier;
  3694.     UnixRights     = 444;
  3695.     Date         = "04072003";
  3696.     Time         = "0700";
  3697.     Styles         = (PACKED, UNO_COMPONENT);
  3698. End
  3699.  
  3700. File gid_File_Extra_Show_Pl
  3701.     Name         = "show.pl";
  3702.     PackedName     = "f_0152";
  3703.     Size         = 1039;
  3704.     Dir             = gid_Dir_Config_Webcast;
  3705.     Carrier         = gid_DataCarrier;
  3706.     UnixRights     = 444;
  3707.     Date         = "04072003";
  3708.     Time         = "0700";
  3709.     Styles         = (PACKED);
  3710. End
  3711.  
  3712. File gid_File_Lib_Res
  3713.     Name         = "res645mi.dll";
  3714.     PackedName     = "f_0153";
  3715.     Size         = 23040;
  3716.     Dir             = gid_Dir_Program;
  3717.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3718.     Carrier         = gid_DataCarrier;
  3719.     UnixRights     = 444;
  3720.     Date         = "04072003";
  3721.     Time         = "0700";
  3722.     Styles         = (PACKED, UNO_COMPONENT);
  3723. End
  3724.  
  3725. File gid_File_OO_Office_Sfx_Xcs
  3726.     Name         = "SFX.xcs";
  3727.     PackedName     = "f_0154";
  3728.     Size         = 486;
  3729.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  3730.     Carrier         = gid_DataCarrier;
  3731.     UnixRights     = 444;
  3732.     Date         = "04072003";
  3733.     Time         = "0700";
  3734.     Styles         = (PACKED);
  3735. End
  3736.  
  3737. File gid_File_Jar_Classes
  3738.     Name         = "classes.jar";
  3739.     PackedName     = "f_0155";
  3740.     Size         = 81351;
  3741.     Dir             = gid_Dir_Classes;
  3742.     Carrier         = gid_DataCarrier;
  3743.     UnixRights     = 444;
  3744.     Date         = "04072003";
  3745.     Time         = "0700";
  3746.     Styles         = (PACKED, DONT_OVERWRITE);
  3747. End
  3748.  
  3749. File gid_File_Lib_Fop
  3750.     Name         = "fop.dll";
  3751.     PackedName     = "f_0156";
  3752.     Size         = 30208;
  3753.     Dir             = gid_Dir_Program;
  3754.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3755.     Carrier         = gid_DataCarrier;
  3756.     UnixRights     = 444;
  3757.     Date         = "04072003";
  3758.     Time         = "0700";
  3759.     Styles         = (PACKED, UNO_COMPONENT);
  3760. End
  3761.  
  3762. File gid_File_Jar_Report
  3763.     Name         = "report.jar";
  3764.     PackedName     = "f_0157";
  3765.     Size         = 104715;
  3766.     Dir             = gid_Dir_Classes;
  3767.     Carrier         = gid_DataCarrier;
  3768.     UnixRights     = 444;
  3769.     Date         = "04072003";
  3770.     Time         = "0700";
  3771.     Styles         = (PACKED, DONT_OVERWRITE);
  3772. End
  3773.  
  3774. File gid_File_Extra_Tplwizfax_Lang
  3775.     Name         = "tplwizfax01.zip";
  3776.     PackedName     = "f_0158";
  3777.     Size         = 30049;
  3778.     ArchiveFiles = 3;
  3779.     ArchiveSize     = 32500;
  3780.     Dir             = gid_Dir_Template_Wizard;
  3781.     Carrier         = gid_DataCarrier;
  3782.     UnixRights     = 444;
  3783.     Date         = "04072003";
  3784.     Time         = "0700";
  3785.     Styles         = (ARCHIVE);
  3786. End
  3787.  
  3788. File gid_File_Mod_Form
  3789.     Name         = "form.mod";
  3790.     PackedName     = "f_0159";
  3791.     Size         = 13370;
  3792.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  3793.     Carrier         = gid_DataCarrier;
  3794.     UnixRights     = 444;
  3795.     Date         = "04072003";
  3796.     Time         = "0700";
  3797.     Styles         = (PACKED);
  3798. End
  3799.  
  3800. File gid_File_Res_Sch
  3801.     Name         = "sch64501.res";
  3802.     PackedName     = "f_0160";
  3803.     Size         = 372220;
  3804.     Dir             = gid_Dir_Resource;
  3805.     Carrier         = gid_DataCarrier;
  3806.     UnixRights     = 444;
  3807.     Date         = "04072003";
  3808.     Time         = "0700";
  3809.     Styles         = (PACKED);
  3810. End
  3811.  
  3812. File gid_File_Lib_Fps
  3813.     Name         = "fps.dll";
  3814.     PackedName     = "f_0161";
  3815.     Size         = 110592;
  3816.     Dir             = gid_Dir_Program;
  3817.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3818.     Carrier         = gid_DataCarrier;
  3819.     UnixRights     = 444;
  3820.     Date         = "04072003";
  3821.     Time         = "0700";
  3822.     Styles         = (PACKED, UNO_COMPONENT);
  3823. End
  3824.  
  3825. File gid_File_Lib_Dbpool
  3826.     Name         = "dbpool2.dll";
  3827.     PackedName     = "f_0162";
  3828.     Size         = 90112;
  3829.     Dir             = gid_Dir_Program;
  3830.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3831.     Carrier         = gid_DataCarrier;
  3832.     UnixRights     = 444;
  3833.     Date         = "04072003";
  3834.     Time         = "0700";
  3835.     Styles         = (PACKED, UNO_COMPONENT);
  3836. End
  3837.  
  3838. File gid_File_Lib_Opc
  3839.     Name         = "opc645mi.dll";
  3840.     PackedName     = "f_0163";
  3841.     Size         = 24064;
  3842.     Dir             = gid_Dir_Program;
  3843.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3844.     Carrier         = gid_DataCarrier;
  3845.     UnixRights     = 444;
  3846.     Date         = "04072003";
  3847.     Time         = "0700";
  3848.     Styles         = (PACKED, UNO_COMPONENT);
  3849. End
  3850.  
  3851. File gid_File_Lib_Ctl
  3852.     Name         = "ctl645mi.dll";
  3853.     PackedName     = "f_0164";
  3854.     Size         = 135168;
  3855.     Dir             = gid_Dir_Program;
  3856.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3857.     Carrier         = gid_DataCarrier;
  3858.     UnixRights     = 444;
  3859.     Date         = "04072003";
  3860.     Time         = "0700";
  3861.     Styles         = (PACKED, UNO_COMPONENT);
  3862. End
  3863.  
  3864. File gid_File_Filter_Icg
  3865.     Name         = "icg645mi.dll";
  3866.     PackedName     = "f_0165";
  3867.     Size         = 118784;
  3868.     Dir             = gid_Dir_Filter;
  3869.     Carrier         = gid_DataCarrier;
  3870.     UnixRights     = 444;
  3871.     Date         = "04072003";
  3872.     Time         = "0700";
  3873.     Styles         = (PACKED);
  3874. End
  3875.  
  3876. File gid_File_Lib_Java_Uno
  3877.     Name         = "java_uno.dll";
  3878.     PackedName     = "f0_037";
  3879.     Size         = 86016;
  3880.     Dir             = gid_Dir_Program;
  3881.     Carrier         = gid_DataCarrier;
  3882.     UnixRights     = 444;
  3883.     Date         = "04072003";
  3884.     Time         = "0700";
  3885.     Styles         = (PACKED, SETUPZIP);
  3886. End
  3887.  
  3888. File gid_File_Dtd_Dialog
  3889.     Name         = "dialog.dtd";
  3890.     PackedName     = "f_0166";
  3891.     Size         = 16524;
  3892.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  3893.     Carrier         = gid_DataCarrier;
  3894.     UnixRights     = 444;
  3895.     Date         = "04072003";
  3896.     Time         = "0700";
  3897.     Styles         = (PACKED);
  3898. End
  3899.  
  3900. File gid_File_Lib_Jpipe
  3901.     Name         = "jpipe.dll";
  3902.     PackedName     = "f_0167";
  3903.     Size         = 8704;
  3904.     Dir             = gid_Dir_Program;
  3905.     Carrier         = gid_DataCarrier;
  3906.     UnixRights     = 444;
  3907.     Date         = "04072003";
  3908.     Time         = "0700";
  3909.     Styles         = (PACKED);
  3910. End
  3911.  
  3912. File gid_File_Lib_Del
  3913.     Name         = "del645mi.dll";
  3914.     PackedName     = "f_0168";
  3915.     Size         = 8704;
  3916.     Dir             = gid_Dir_Program;
  3917.     Carrier         = gid_DataCarrier;
  3918.     UnixRights     = 444;
  3919.     Date         = "04072003";
  3920.     Time         = "0700";
  3921.     Styles         = (PACKED);
  3922. End
  3923.  
  3924. File gid_File_Lib_Dbi
  3925.     Name         = "dbi645mi.dll";
  3926.     PackedName     = "f_0169";
  3927.     Size         = 159744;
  3928.     Dir             = gid_Dir_Program;
  3929.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3930.     Carrier         = gid_DataCarrier;
  3931.     UnixRights     = 444;
  3932.     Date         = "04072003";
  3933.     Time         = "0700";
  3934.     Styles         = (PACKED, UNO_COMPONENT);
  3935. End
  3936.  
  3937. File gid_File_Lib_Dbp
  3938.     Name         = "dbp645mi.dll";
  3939.     PackedName     = "f_0170";
  3940.     Size         = 135168;
  3941.     Dir             = gid_Dir_Program;
  3942.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3943.     Carrier         = gid_DataCarrier;
  3944.     UnixRights     = 444;
  3945.     Date         = "04072003";
  3946.     Time         = "0700";
  3947.     Styles         = (PACKED, UNO_COMPONENT);
  3948. End
  3949.  
  3950. File gid_File_Lib_Dbt
  3951.     Name         = "dbtools2.dll";
  3952.     PackedName     = "f_0171";
  3953.     Size         = 643072;
  3954.     Dir             = gid_Dir_Program;
  3955.     Carrier         = gid_DataCarrier;
  3956.     UnixRights     = 444;
  3957.     Date         = "04072003";
  3958.     Time         = "0700";
  3959.     Styles         = (PACKED);
  3960. End
  3961.  
  3962. File gid_File_Lib_Dbu
  3963.     Name         = "dbu645mi.dll";
  3964.     PackedName     = "f_0172";
  3965.     Size         = 1683456;
  3966.     Dir             = gid_Dir_Program;
  3967.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  3968.     Carrier         = gid_DataCarrier;
  3969.     UnixRights     = 444;
  3970.     Date         = "04072003";
  3971.     Time         = "0700";
  3972.     Styles         = (PACKED, UNO_COMPONENT);
  3973. End
  3974.  
  3975. File gid_File_Lib_Vos
  3976.     Name         = "vos3MSC.dll";
  3977.     PackedName     = "f0_038";
  3978.     Size         = 81920;
  3979.     Dir             = gid_Dir_Program;
  3980.     Carrier         = gid_DataCarrier;
  3981.     UnixRights     = 444;
  3982.     Date         = "04072003";
  3983.     Time         = "0700";
  3984.     Styles         = (PACKED, SETUPZIP);
  3985. End
  3986.  
  3987. File gid_File_User_Registry_Data_Org_Openoffice_All_Delete_Only
  3988.     Name         = "*.*";
  3989.     Dir             = gid_Dir_User_Registry_Data_Org_Openoffice;
  3990.     Carrier         = gid_DataCarrier;
  3991.     UnixRights     = 444;
  3992.     Date         = "04072003";
  3993.     Time         = "0700";
  3994.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  3995. End
  3996.  
  3997. File gid_File_Lib_Juhx
  3998.     Name         = "juhx.dll";
  3999.     PackedName     = "f_0173";
  4000.     Size         = 69632;
  4001.     Dir             = gid_Dir_Program;
  4002.     Carrier         = gid_DataCarrier;
  4003.     UnixRights     = 444;
  4004.     Date         = "04072003";
  4005.     Time         = "0700";
  4006.     Styles         = (PACKED);
  4007. End
  4008.  
  4009. File gid_File_User_Gallery_All_Delete_Only
  4010.     Name         = "*.*";
  4011.     Dir             = gid_Dir_User_Gallery;
  4012.     Carrier         = gid_DataCarrier;
  4013.     UnixRights     = 444;
  4014.     Date         = "04072003";
  4015.     Time         = "0700";
  4016.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  4017. End
  4018.  
  4019. File gid_File_Lib_Mozab_2
  4020.     Name         = "mozab2.dll";
  4021.     PackedName     = "f_0174";
  4022.     Size         = 21504;
  4023.     Dir             = gid_Dir_Program;
  4024.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4025.     Carrier         = gid_DataCarrier;
  4026.     UnixRights     = 444;
  4027.     Date         = "04072003";
  4028.     Time         = "0700";
  4029.     Styles         = (PACKED, UNO_COMPONENT);
  4030. End
  4031.  
  4032. File gid_File_User_Config_All_Ini_Delete_Only
  4033.     Name         = "*.ini";
  4034.     Dir             = gid_Dir_User_Config;
  4035.     Carrier         = gid_DataCarrier;
  4036.     UnixRights     = 444;
  4037.     Date         = "04072003";
  4038.     Time         = "0700";
  4039.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  4040. End
  4041.  
  4042. File gid_File_Basic_Form
  4043.     Name         = "basicsrvform.zip";
  4044.     PackedName     = "f_0175";
  4045.     Size         = 22238;
  4046.     ArchiveFiles = 9;
  4047.     ArchiveSize     = 85638;
  4048.     Dir             = gid_Dir_Basic_Formwizard;
  4049.     Carrier         = gid_DataCarrier;
  4050.     UnixRights     = 444;
  4051.     Date         = "04072003";
  4052.     Time         = "0700";
  4053.     Styles         = (ARCHIVE);
  4054. End
  4055.  
  4056. File gid_File_Extra_Webcast_Asp
  4057.     Name         = "webcast.asp";
  4058.     PackedName     = "f_0176";
  4059.     Size         = 593;
  4060.     Dir             = gid_Dir_Config_Webcast;
  4061.     Carrier         = gid_DataCarrier;
  4062.     UnixRights     = 444;
  4063.     Date         = "04072003";
  4064.     Time         = "0700";
  4065.     Styles         = (PACKED);
  4066. End
  4067.  
  4068. File gid_File_Res_Com
  4069.     Name         = "com64501.res";
  4070.     PackedName     = "f_0177";
  4071.     Size         = 2564;
  4072.     Dir             = gid_Dir_Resource;
  4073.     Carrier         = gid_DataCarrier;
  4074.     UnixRights     = 444;
  4075.     Date         = "04072003";
  4076.     Time         = "0700";
  4077.     Styles         = (PACKED);
  4078. End
  4079.  
  4080. File gid_File_Lib_Tcv
  4081.     Name         = "typeconverter.uno.dll";
  4082.     PackedName     = "f_0178";
  4083.     Size         = 27136;
  4084.     Dir             = gid_Dir_Program;
  4085.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4086.     Carrier         = gid_DataCarrier;
  4087.     UnixRights     = 444;
  4088.     Date         = "04072003";
  4089.     Time         = "0700";
  4090.     Styles         = (PACKED, DONT_OVERWRITE, UNO_COMPONENT);
  4091. End
  4092.  
  4093. File gid_File_Lib_Urp_Uno
  4094.     Name         = "urp_uno.dll";
  4095.     PackedName     = "f0_039";
  4096.     Size         = 106496;
  4097.     Dir             = gid_Dir_Program;
  4098.     Carrier         = gid_DataCarrier;
  4099.     UnixRights     = 444;
  4100.     Date         = "04072003";
  4101.     Time         = "0700";
  4102.     Styles         = (PACKED, SETUPZIP);
  4103. End
  4104.  
  4105. File gid_File_Lib_Stm
  4106.     Name         = "streams.uno.dll";
  4107.     PackedName     = "f_0179";
  4108.     Size         = 118784;
  4109.     Dir             = gid_Dir_Program;
  4110.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4111.     Carrier         = gid_DataCarrier;
  4112.     UnixRights     = 444;
  4113.     Date         = "04072003";
  4114.     Time         = "0700";
  4115.     Styles         = (PACKED, UNO_COMPONENT);
  4116. End
  4117.  
  4118. File gid_File_Lib_Sto
  4119.     Name         = "store3.dll";
  4120.     PackedName     = "f0_040";
  4121.     Size         = 81920;
  4122.     Dir             = gid_Dir_Program;
  4123.     Carrier         = gid_DataCarrier;
  4124.     UnixRights     = 444;
  4125.     Date         = "04072003";
  4126.     Time         = "0700";
  4127.     Styles         = (PACKED, SETUPZIP);
  4128. End
  4129.  
  4130. File gid_File_Lib_Sts
  4131.     Name         = "sts645mi.dll";
  4132.     PackedName     = "f0_041";
  4133.     Size         = 212992;
  4134.     Dir             = gid_Dir_Program;
  4135.     Carrier         = gid_DataCarrier;
  4136.     UnixRights     = 444;
  4137.     Date         = "04072003";
  4138.     Time         = "0700";
  4139.     Styles         = (PACKED, SETUPZIP);
  4140. End
  4141.  
  4142. File gid_File_Extra_Gallhtmlexpo
  4143.     Name         = "gallhtmlexpo.zip";
  4144.     PackedName     = "f_0180";
  4145.     Size         = 56166;
  4146.     ArchiveFiles = 49;
  4147.     ArchiveSize     = 54106;
  4148.     Dir             = gid_Dir_Gallery_Htmlexpo;
  4149.     Carrier         = gid_DataCarrier;
  4150.     UnixRights     = 444;
  4151.     Date         = "04072003";
  4152.     Time         = "0700";
  4153.     Styles         = (ARCHIVE);
  4154. End
  4155.  
  4156. File gid_File_Fnt_Verabd
  4157.     Name         = "VeraBd.ttf";
  4158.     PackedName     = "f_0181";
  4159.     FontName     = "Vera Sans Bold";
  4160.     Size         = 58716;
  4161.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  4162.     NetDir         = gid_Dir_Winfonts;
  4163.     Carrier         = gid_DataCarrier;
  4164.     UnixRights     = 444;
  4165.     Date         = "04072003";
  4166.     Time         = "0700";
  4167.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  4168. End
  4169.  
  4170. File gid_File_Fnt_Verabi
  4171.     Name         = "VeraBI.ttf";
  4172.     PackedName     = "f_0182";
  4173.     FontName     = "Vera Sans Bold Italic";
  4174.     Size         = 63208;
  4175.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  4176.     NetDir         = gid_Dir_Winfonts;
  4177.     Carrier         = gid_DataCarrier;
  4178.     UnixRights     = 444;
  4179.     Date         = "04072003";
  4180.     Time         = "0700";
  4181.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  4182. End
  4183.  
  4184. File gid_File_Mod_Script
  4185.     Name         = "script.mod";
  4186.     PackedName     = "f_0183";
  4187.     Size         = 3183;
  4188.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  4189.     Carrier         = gid_DataCarrier;
  4190.     UnixRights     = 444;
  4191.     Date         = "04072003";
  4192.     Time         = "0700";
  4193.     Styles         = (PACKED);
  4194. End
  4195.  
  4196. File gid_File_Lib_Invadp
  4197.     Name         = "invocadapt.uno.dll";
  4198.     PackedName     = "f_0184";
  4199.     Size         = 33792;
  4200.     Dir             = gid_Dir_Program;
  4201.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4202.     Carrier         = gid_DataCarrier;
  4203.     UnixRights     = 444;
  4204.     Date         = "04072003";
  4205.     Time         = "0700";
  4206.     Styles         = (PACKED, UNO_COMPONENT);
  4207. End
  4208.  
  4209. File gid_File_Lib_Jvmaccess
  4210.     Name         = "jvmaccess3MSC.dll";
  4211.     PackedName     = "f0_042";
  4212.     Size         = 53248;
  4213.     Dir             = gid_Dir_Program;
  4214.     Carrier         = gid_DataCarrier;
  4215.     UnixRights     = 444;
  4216.     Date         = "04072003";
  4217.     Time         = "0700";
  4218.     Styles         = (PACKED, SETUPZIP);
  4219. End
  4220.  
  4221. File gid_File_Fonts_Truetype_All_Delete_Only
  4222.     Name         = "*.*";
  4223.     Dir             = gid_Dir_Winfonts;
  4224.     Carrier         = gid_DataCarrier;
  4225.     UnixRights     = 444;
  4226.     Date         = "04072003";
  4227.     Time         = "0700";
  4228.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  4229. End
  4230.  
  4231. File gid_File_Lib_Svl
  4232.     Name         = "svl645mi.dll";
  4233.     PackedName     = "f0_043";
  4234.     Size         = 704512;
  4235.     Dir             = gid_Dir_Program;
  4236.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4237.     Carrier         = gid_DataCarrier;
  4238.     UnixRights     = 444;
  4239.     Date         = "04072003";
  4240.     Time         = "0700";
  4241.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  4242. End
  4243.  
  4244. File gid_File_Basic_Schedule
  4245.     Name         = "basicsrvschedule.zip";
  4246.     PackedName     = "f_0185";
  4247.     Size         = 22600;
  4248.     ArchiveFiles = 11;
  4249.     ArchiveSize     = 86199;
  4250.     Dir             = gid_Dir_Basic_Schedule;
  4251.     Carrier         = gid_DataCarrier;
  4252.     UnixRights     = 444;
  4253.     Date         = "04072003";
  4254.     Time         = "0700";
  4255.     Styles         = (ARCHIVE);
  4256. End
  4257.  
  4258. File gid_File_Lib_Svx
  4259.     Name         = "svx645mi.dll";
  4260.     PackedName     = "f_0186";
  4261.     Size         = 3289088;
  4262.     Dir             = gid_Dir_Program;
  4263.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4264.     Carrier         = gid_DataCarrier;
  4265.     UnixRights     = 444;
  4266.     Date         = "04072003";
  4267.     Time         = "0700";
  4268.     Styles         = (PACKED, UNO_COMPONENT);
  4269. End
  4270.  
  4271. File gid_File_Mod_Defs
  4272.     Name         = "defs.mod";
  4273.     PackedName     = "f_0187";
  4274.     Size         = 3512;
  4275.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  4276.     Carrier         = gid_DataCarrier;
  4277.     UnixRights     = 444;
  4278.     Date         = "04072003";
  4279.     Time         = "0700";
  4280.     Styles         = (PACKED);
  4281. End
  4282.  
  4283. File gid_File_Lib_Msci_Uno
  4284.     Name         = "msci_uno.dll";
  4285.     PackedName     = "f0_044";
  4286.     Size         = 30208;
  4287.     Dir             = gid_Dir_Program;
  4288.     Carrier         = gid_DataCarrier;
  4289.     UnixRights     = 444;
  4290.     Date         = "04072003";
  4291.     Time         = "0700";
  4292.     Styles         = (PACKED, SETUPZIP);
  4293. End
  4294.  
  4295. File gid_File_Mod_Meta
  4296.     Name         = "meta.mod";
  4297.     PackedName     = "f_0188";
  4298.     Size         = 4367;
  4299.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  4300.     Carrier         = gid_DataCarrier;
  4301.     UnixRights     = 444;
  4302.     Date         = "04072003";
  4303.     Time         = "0700";
  4304.     Styles         = (PACKED);
  4305. End
  4306.  
  4307. File gid_File_Res_Pcr
  4308.     Name         = "pcr64501.res";
  4309.     PackedName     = "f_0189";
  4310.     Size         = 8822;
  4311.     Dir             = gid_Dir_Resource;
  4312.     Carrier         = gid_DataCarrier;
  4313.     UnixRights     = 444;
  4314.     Date         = "04072003";
  4315.     Time         = "0700";
  4316.     Styles         = (PACKED);
  4317. End
  4318.  
  4319. File gid_File_OO_Office_Chart_Xcs
  4320.     Name         = "Chart.xcs";
  4321.     PackedName     = "f_0190";
  4322.     Size         = 636;
  4323.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  4324.     Carrier         = gid_DataCarrier;
  4325.     UnixRights     = 444;
  4326.     Date         = "04072003";
  4327.     Time         = "0700";
  4328.     Styles         = (PACKED);
  4329. End
  4330.  
  4331. File gid_File_Jar_Jurt
  4332.     Name         = "jurt.jar";
  4333.     PackedName     = "f0_045";
  4334.     Size         = 155067;
  4335.     Dir             = gid_Dir_Classes;
  4336.     Carrier         = gid_DataCarrier;
  4337.     UnixRights     = 444;
  4338.     Date         = "04072003";
  4339.     Time         = "0700";
  4340.     Styles         = (PACKED, SETUPZIP);
  4341. End
  4342.  
  4343. File gid_File_Lib_Sec
  4344.     Name         = "security.uno.dll";
  4345.     PackedName     = "f0_046";
  4346.     Size         = 81920;
  4347.     Dir             = gid_Dir_Program;
  4348.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4349.     Carrier         = gid_DataCarrier;
  4350.     UnixRights     = 444;
  4351.     Date         = "04072003";
  4352.     Time         = "0700";
  4353.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  4354. End
  4355.  
  4356. File gid_File_Dtd_Statusbar
  4357.     Name         = "statusbar.dtd";
  4358.     PackedName     = "f_0191";
  4359.     Size         = 2892;
  4360.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  4361.     Carrier         = gid_DataCarrier;
  4362.     UnixRights     = 444;
  4363.     Date         = "04072003";
  4364.     Time         = "0700";
  4365.     Styles         = (PACKED);
  4366. End
  4367.  
  4368. File gid_File_Lib_Spl
  4369.     Name         = "spl645mi.dll";
  4370.     PackedName     = "f_0192";
  4371.     Size         = 18432;
  4372.     Dir             = gid_Dir_Program;
  4373.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4374.     Carrier         = gid_DataCarrier;
  4375.     UnixRights     = 444;
  4376.     Date         = "04072003";
  4377.     Time         = "0700";
  4378.     Styles         = (PACKED, UNO_COMPONENT);
  4379. End
  4380.  
  4381. File gid_File_OO_Ucb_Configuration_Xcs
  4382.     Name         = "Configuration.xcs";
  4383.     PackedName     = "f_0193";
  4384.     Size         = 969;
  4385.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Ucb;
  4386.     Carrier         = gid_DataCarrier;
  4387.     UnixRights     = 444;
  4388.     Date         = "04072003";
  4389.     Time         = "0700";
  4390.     Styles         = (PACKED);
  4391. End
  4392.  
  4393. File gid_File_OO_Ucb_Configuration_Xcu
  4394.     Name         = "Configuration.xcu";
  4395.     PackedName     = "f_0194";
  4396.     Size         = 3305;
  4397.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Ucb;
  4398.     Carrier         = gid_DataCarrier;
  4399.     UnixRights     = 444;
  4400.     Date         = "04072003";
  4401.     Time         = "0700";
  4402.     Styles         = (PACKED);
  4403. End
  4404.  
  4405. File gid_File_Lib_Connectr
  4406.     Name         = "connector.uno.dll";
  4407.     PackedName     = "f_0195";
  4408.     Size         = 36864;
  4409.     Dir             = gid_Dir_Program;
  4410.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4411.     Carrier         = gid_DataCarrier;
  4412.     UnixRights     = 444;
  4413.     Date         = "04072003";
  4414.     Time         = "0700";
  4415.     Styles         = (PACKED, DONT_OVERWRITE, UNO_COMPONENT);
  4416. End
  4417.  
  4418. File gid_File_Txt_License_Html
  4419.     Name         = "license01.html";
  4420.     PackedName     = "f_0196";
  4421.     Size         = 8308;
  4422.     Dir             = gid_Dir_Share_Readme;
  4423.     Carrier         = gid_DataCarrier;
  4424.     UnixRights     = 444;
  4425.     Date         = "04072003";
  4426.     Time         = "0700";
  4427.     Styles         = (PACKED, SCPZIP_REPLACE);
  4428. End
  4429.  
  4430. File GID_FILE_BASIC_USER_STANDARD
  4431.     Name         = "basicsrvstandard.zip";
  4432.     PackedName     = "f_0197";
  4433.     Size         = 1037;
  4434.     ArchiveFiles = 3;
  4435.     ArchiveSize     = 942;
  4436.     Dir             = gid_Dir_Basic_Standard;
  4437.     Carrier         = gid_DataCarrier;
  4438.     UnixRights     = 644;
  4439.     Date         = "04072003";
  4440.     Time         = "0700";
  4441.     Styles         = (ARCHIVE, WORKSTATION);
  4442. End
  4443.  
  4444. File gid_File_Extra_Show_Asp
  4445.     Name         = "show.asp";
  4446.     PackedName     = "f_0198";
  4447.     Size         = 968;
  4448.     Dir             = gid_Dir_Config_Webcast;
  4449.     Carrier         = gid_DataCarrier;
  4450.     UnixRights     = 444;
  4451.     Date         = "04072003";
  4452.     Time         = "0700";
  4453.     Styles         = (PACKED);
  4454. End
  4455.  
  4456. File gid_File_OO_Inet_Xcs
  4457.     Name         = "Inet.xcs";
  4458.     PackedName     = "f_0199";
  4459.     Size         = 3030;
  4460.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice;
  4461.     Carrier         = gid_DataCarrier;
  4462.     UnixRights     = 444;
  4463.     Date         = "04072003";
  4464.     Time         = "0700";
  4465.     Styles         = (PACKED);
  4466. End
  4467.  
  4468. File gid_File_User_Temp_All_Delete_Only
  4469.     Name         = "*.*";
  4470.     Dir             = gid_Dir_User_Temp;
  4471.     Carrier         = gid_DataCarrier;
  4472.     UnixRights     = 444;
  4473.     Date         = "04072003";
  4474.     Time         = "0700";
  4475.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  4476. End
  4477.  
  4478. File gid_File_Extra_Poll_Pl
  4479.     Name         = "poll.pl";
  4480.     PackedName     = "f_0200";
  4481.     Size         = 743;
  4482.     Dir             = gid_Dir_Config_Webcast;
  4483.     Carrier         = gid_DataCarrier;
  4484.     UnixRights     = 444;
  4485.     Date         = "04072003";
  4486.     Time         = "0700";
  4487.     Styles         = (PACKED);
  4488. End
  4489.  
  4490. File GID_FILE_LIB_HYPH
  4491.     Name         = "hyphen645mi.dll";
  4492.     PackedName     = "f_0201";
  4493.     Size         = 51712;
  4494.     Dir             = gid_Dir_Program;
  4495.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4496.     Carrier         = gid_DataCarrier;
  4497.     UnixRights     = 444;
  4498.     Date         = "04072003";
  4499.     Time         = "0700";
  4500.     Styles         = (PACKED, UNO_COMPONENT);
  4501. End
  4502.  
  4503. File gid_File_Registry_Lang
  4504.     Name         = "registry01.zip";
  4505.     PackedName     = "f_0202";
  4506.     Size         = 86755;
  4507.     ArchiveFiles = 38;
  4508.     ArchiveSize     = 515241;
  4509.     Dir             = gid_Dir_Share_Registry_Res_Lang;
  4510.     Carrier         = gid_DataCarrier;
  4511.     UnixRights     = 444;
  4512.     Date         = "04072003";
  4513.     Time         = "0700";
  4514.     Styles         = (ARCHIVE);
  4515. End
  4516.  
  4517. File gid_File_User_Config_Sofficecfg_Metainf_All_Delete_Only
  4518.     Name         = "*.*";
  4519.     Dir             = gid_Dir_User_Config_Sofficecfg_Metainf;
  4520.     Carrier         = gid_DataCarrier;
  4521.     UnixRights     = 444;
  4522.     Date         = "04072003";
  4523.     Time         = "0700";
  4524.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  4525. End
  4526.  
  4527. File gid_File_Res_Basctl
  4528.     Name         = "basctl64501.res";
  4529.     PackedName     = "f_0203";
  4530.     Size         = 43664;
  4531.     Dir             = gid_Dir_Resource;
  4532.     Carrier         = gid_DataCarrier;
  4533.     UnixRights     = 444;
  4534.     Date         = "04072003";
  4535.     Time         = "0700";
  4536.     Styles         = (PACKED);
  4537. End
  4538.  
  4539. File gid_File_Res_Abp
  4540.     Name         = "abp64501.res";
  4541.     PackedName     = "f_0204";
  4542.     Size         = 8702;
  4543.     Dir             = gid_Dir_Resource;
  4544.     Carrier         = gid_DataCarrier;
  4545.     UnixRights     = 444;
  4546.     Date         = "04072003";
  4547.     Time         = "0700";
  4548.     Styles         = (PACKED);
  4549. End
  4550.  
  4551. File gid_File_User_Config_All_Delete_Only
  4552.     Name         = "*.*";
  4553.     Dir             = gid_Dir_User_Config;
  4554.     Carrier         = gid_DataCarrier;
  4555.     UnixRights     = 444;
  4556.     Date         = "04072003";
  4557.     Time         = "0700";
  4558.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  4559. End
  4560.  
  4561. File gid_File_User_Config_All_Lck_Delete_Only
  4562.     Name         = "*.lck";
  4563.     Dir             = gid_Dir_User_Config;
  4564.     Carrier         = gid_DataCarrier;
  4565.     UnixRights     = 444;
  4566.     Date         = "04072003";
  4567.     Time         = "0700";
  4568.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  4569. End
  4570.  
  4571. File gid_File_Lib_Pkgchk
  4572.     Name         = "pkgchk645mi.dll";
  4573.     PackedName     = "f_0205";
  4574.     Size         = 118784;
  4575.     Dir             = gid_Dir_Program;
  4576.     Carrier         = gid_DataCarrier;
  4577.     UnixRights     = 444;
  4578.     Date         = "04072003";
  4579.     Time         = "0700";
  4580.     Styles         = (PACKED);
  4581. End
  4582.  
  4583. File gid_File_Lib_Msvcr70
  4584.     Name         = "msvcr70.dll";
  4585.     PackedName     = "f0_047";
  4586.     Size         = 344064;
  4587.     Dir             = gid_Dir_Program;
  4588.     Carrier         = gid_DataCarrier;
  4589.     UnixRights     = 555;
  4590.     Date         = "04072003";
  4591.     Time         = "0700";
  4592.     Styles         = (PACKED, SETUPZIP);
  4593. End
  4594.  
  4595. File gid_File_OO_Office_Impress_Xcs
  4596.     Name         = "Impress.xcs";
  4597.     PackedName     = "f_0206";
  4598.     Size         = 10887;
  4599.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  4600.     Carrier         = gid_DataCarrier;
  4601.     UnixRights     = 444;
  4602.     Date         = "04072003";
  4603.     Time         = "0700";
  4604.     Styles         = (PACKED);
  4605. End
  4606.  
  4607. File gid_File_Lib_OfficeBean
  4608.     Name         = "officebean.dll";
  4609.     PackedName     = "f_0207";
  4610.     Size         = 5632;
  4611.     Dir             = gid_Dir_Program;
  4612.     Carrier         = gid_DataCarrier;
  4613.     UnixRights     = 444;
  4614.     Date         = "04072003";
  4615.     Time         = "0700";
  4616.     Styles         = (PACKED);
  4617. End
  4618.  
  4619. File gid_File_Extra_Webcast_Pl
  4620.     Name         = "webcast.pl";
  4621.     PackedName     = "f_0208";
  4622.     Size         = 600;
  4623.     Dir             = gid_Dir_Config_Webcast;
  4624.     Carrier         = gid_DataCarrier;
  4625.     UnixRights     = 444;
  4626.     Date         = "04072003";
  4627.     Time         = "0700";
  4628.     Styles         = (PACKED);
  4629. End
  4630.  
  4631. File gid_File_Lib_Defreg
  4632.     Name         = "nestedreg.uno.dll";
  4633.     PackedName     = "f0_048";
  4634.     Size         = 53248;
  4635.     Dir             = gid_Dir_Program;
  4636.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4637.     Carrier         = gid_DataCarrier;
  4638.     UnixRights     = 444;
  4639.     Date         = "04072003";
  4640.     Time         = "0700";
  4641.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  4642. End
  4643.  
  4644. File gid_File_Jar_Common
  4645.     Name         = "common.jar";
  4646.     PackedName     = "f_0209";
  4647.     Size         = 104654;
  4648.     Dir             = gid_Dir_Classes;
  4649.     Carrier         = gid_DataCarrier;
  4650.     UnixRights     = 444;
  4651.     Date         = "04072003";
  4652.     Time         = "0700";
  4653.     Styles         = (PACKED, DONT_OVERWRITE);
  4654. End
  4655.  
  4656. File gid_File_Lib_Emser
  4657.     Name         = "emser645mi.dll";
  4658.     PackedName     = "f_0210";
  4659.     Size         = 114688;
  4660.     Dir             = gid_Dir_Program;
  4661.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4662.     Carrier         = gid_DataCarrier;
  4663.     UnixRights     = 444;
  4664.     Date         = "04072003";
  4665.     Time         = "0700";
  4666.     Styles         = (PACKED, UNO_COMPONENT);
  4667. End
  4668.  
  4669. File gid_File_OO_Office_Dataaccess_Xcs
  4670.     Name         = "DataAccess.xcs";
  4671.     PackedName     = "f_0211";
  4672.     Size         = 15465;
  4673.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  4674.     Carrier         = gid_DataCarrier;
  4675.     UnixRights     = 444;
  4676.     Date         = "04072003";
  4677.     Time         = "0700";
  4678.     Styles         = (PACKED);
  4679. End
  4680.  
  4681. File gid_File_OO_Office_Dataaccess_Xcu
  4682.     Name         = "DataAccess.xcu";
  4683.     PackedName     = "f_0212";
  4684.     Size         = 19791;
  4685.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  4686.     Carrier         = gid_DataCarrier;
  4687.     UnixRights     = 444;
  4688.     Date         = "04072003";
  4689.     Time         = "0700";
  4690.     Styles         = (PACKED);
  4691. End
  4692.  
  4693. File gid_File_Basic_Depot
  4694.     Name         = "basicsrvdepot.zip";
  4695.     PackedName     = "f_0213";
  4696.     Size         = 45161;
  4697.     ArchiveFiles = 20;
  4698.     ArchiveSize     = 140162;
  4699.     Dir             = gid_Dir_Basic_Depot;
  4700.     Carrier         = gid_DataCarrier;
  4701.     UnixRights     = 444;
  4702.     Date         = "04072003";
  4703.     Time         = "0700";
  4704.     Styles         = (ARCHIVE);
  4705. End
  4706.  
  4707. File gid_File_Extra_Tplwizdesktop_Lang
  4708.     Name         = "tplwizdesktop01.zip";
  4709.     PackedName     = "f_0214";
  4710.     Size         = 26200;
  4711.     ArchiveFiles = 3;
  4712.     ArchiveSize     = 28930;
  4713.     Dir             = gid_Dir_Template_Internal;
  4714.     Carrier         = gid_DataCarrier;
  4715.     UnixRights     = 444;
  4716.     Date         = "04072003";
  4717.     Time         = "0700";
  4718.     Styles         = (ARCHIVE);
  4719. End
  4720.  
  4721. File gid_File_Lib_Bib
  4722.     Name         = "bib645mi.dll";
  4723.     PackedName     = "f_0215";
  4724.     Size         = 212992;
  4725.     Dir             = gid_Dir_Program;
  4726.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4727.     Carrier         = gid_DataCarrier;
  4728.     UnixRights     = 444;
  4729.     Date         = "04072003";
  4730.     Time         = "0700";
  4731.     Styles         = (PACKED, UNO_COMPONENT);
  4732. End
  4733.  
  4734. File gid_File_Basic_Tools
  4735.     Name         = "basicsrvtools.zip";
  4736.     PackedName     = "f_0216";
  4737.     Size         = 23341;
  4738.     ArchiveFiles = 9;
  4739.     ArchiveSize     = 82009;
  4740.     Dir             = gid_Dir_Basic_Tools;
  4741.     Carrier         = gid_DataCarrier;
  4742.     UnixRights     = 444;
  4743.     Date         = "04072003";
  4744.     Time         = "0700";
  4745.     Styles         = (ARCHIVE);
  4746. End
  4747.  
  4748. File gid_File_Basic_WebWiz
  4749.     Name         = "basicsrvweb.zip";
  4750.     PackedName     = "f_0217";
  4751.     Size         = 10005;
  4752.     ArchiveFiles = 7;
  4753.     ArchiveSize     = 29245;
  4754.     Dir             = gid_Dir_Basic_WebWiz;
  4755.     Carrier         = gid_DataCarrier;
  4756.     UnixRights     = 444;
  4757.     Date         = "04072003";
  4758.     Time         = "0700";
  4759.     Styles         = (ARCHIVE);
  4760. End
  4761.  
  4762. File gid_File_User_Config_Ssync52_All_Delete_Only
  4763.     Name         = "*.*";
  4764.     Dir             = gid_Dir_Config_Ssync52;
  4765.     Carrier         = gid_DataCarrier;
  4766.     UnixRights     = 444;
  4767.     Date         = "04072003";
  4768.     Time         = "0700";
  4769.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  4770. End
  4771.  
  4772. File gid_File_OO_Office_Linguistic_Xcs
  4773.     Name         = "Linguistic.xcs";
  4774.     PackedName     = "f_0218";
  4775.     Size         = 3289;
  4776.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  4777.     Carrier         = gid_DataCarrier;
  4778.     UnixRights     = 444;
  4779.     Date         = "04072003";
  4780.     Time         = "0700";
  4781.     Styles         = (PACKED);
  4782. End
  4783.  
  4784. File gid_File_Extra_Gallwwwgraf
  4785.     Name         = "gallwwwgraf.zip";
  4786.     PackedName     = "f_0219";
  4787.     Size         = 67844;
  4788.     ArchiveFiles = 93;
  4789.     ArchiveSize     = 81704;
  4790.     Dir             = gid_Dir_Gallery_Wwwgraf;
  4791.     Carrier         = gid_DataCarrier;
  4792.     UnixRights     = 444;
  4793.     Date         = "04072003";
  4794.     Time         = "0700";
  4795.     Styles         = (ARCHIVE);
  4796. End
  4797.  
  4798. File gid_File_Mod_Nmspace
  4799.     Name         = "nmspace.mod";
  4800.     PackedName     = "f_0220";
  4801.     Size         = 3104;
  4802.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  4803.     Carrier         = gid_DataCarrier;
  4804.     UnixRights     = 444;
  4805.     Date         = "04072003";
  4806.     Time         = "0700";
  4807.     Styles         = (PACKED);
  4808. End
  4809.  
  4810. File gid_File_Lib_Fileacc
  4811.     Name         = "fileacc.dll";
  4812.     PackedName     = "f_0221";
  4813.     Size         = 37376;
  4814.     Dir             = gid_Dir_Program;
  4815.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4816.     Carrier         = gid_DataCarrier;
  4817.     UnixRights     = 444;
  4818.     Date         = "04072003";
  4819.     Time         = "0700";
  4820.     Styles         = (PACKED, UNO_COMPONENT);
  4821. End
  4822.  
  4823. File gid_File_Fnt_Verasebd
  4824.     Name         = "VeraSeBd.ttf";
  4825.     PackedName     = "f_0222";
  4826.     FontName     = "Vera Serif Bold";
  4827.     Size         = 58736;
  4828.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  4829.     NetDir         = gid_Dir_Winfonts;
  4830.     Carrier         = gid_DataCarrier;
  4831.     UnixRights     = 444;
  4832.     Date         = "04072003";
  4833.     Time         = "0700";
  4834.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  4835. End
  4836.  
  4837. File gid_File_Res_Epb
  4838.     Name         = "epb64501.res";
  4839.     PackedName     = "f_0223";
  4840.     Size         = 1906;
  4841.     Dir             = gid_Dir_Resource;
  4842.     Carrier         = gid_DataCarrier;
  4843.     UnixRights     = 444;
  4844.     Date         = "04072003";
  4845.     Time         = "0700";
  4846.     Styles         = (PACKED);
  4847. End
  4848.  
  4849. File gid_File_Lib_Ado_2
  4850.     Name         = "ado2.dll";
  4851.     PackedName     = "f_0224";
  4852.     Size         = 385024;
  4853.     Dir             = gid_Dir_Program;
  4854.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4855.     Carrier         = gid_DataCarrier;
  4856.     UnixRights     = 444;
  4857.     Date         = "04072003";
  4858.     Time         = "0700";
  4859.     Styles         = (PACKED, UNO_COMPONENT);
  4860. End
  4861.  
  4862. File gid_File_Lib_I18nutil
  4863.     Name         = "i18nutilMSC.dll";
  4864.     PackedName     = "f0_049";
  4865.     Size         = 65536;
  4866.     Dir             = gid_Dir_Program;
  4867.     Carrier         = gid_DataCarrier;
  4868.     UnixRights     = 444;
  4869.     Date         = "04072003";
  4870.     Time         = "0700";
  4871.     Styles         = (PACKED, SETUPZIP);
  4872. End
  4873.  
  4874. File gid_File_Lib_Reg
  4875.     Name         = "reg3.dll";
  4876.     PackedName     = "f0_050";
  4877.     Size         = 98304;
  4878.     Dir             = gid_Dir_Program;
  4879.     Carrier         = gid_DataCarrier;
  4880.     UnixRights     = 444;
  4881.     Date         = "04072003";
  4882.     Time         = "0700";
  4883.     Styles         = (PACKED, SETUPZIP);
  4884. End
  4885.  
  4886. File gid_File_Lib_Cfgmgr2
  4887.     Name         = "cfgmgr2.dll";
  4888.     PackedName     = "f_0225";
  4889.     Size         = 1359872;
  4890.     Dir             = gid_Dir_Program;
  4891.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4892.     Carrier         = gid_DataCarrier;
  4893.     UnixRights     = 444;
  4894.     Date         = "04072003";
  4895.     Time         = "0700";
  4896.     Styles         = (PACKED, UNO_COMPONENT);
  4897. End
  4898.  
  4899. File gid_File_Lib_Pdffilter
  4900.     Name         = "pdffilter645mi.dll";
  4901.     PackedName     = "f_0226";
  4902.     Size         = 65536;
  4903.     Dir             = gid_Dir_Program;
  4904.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  4905.     Carrier         = gid_DataCarrier;
  4906.     UnixRights     = 444;
  4907.     Date         = "04072003";
  4908.     Time         = "0700";
  4909.     Styles         = (PACKED, UNO_COMPONENT);
  4910. End
  4911.  
  4912. File gid_File_OO_Office_Writerweb_Xcs
  4913.     Name         = "WriterWeb.xcs";
  4914.     PackedName     = "f_0227";
  4915.     Size         = 8983;
  4916.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  4917.     Carrier         = gid_DataCarrier;
  4918.     UnixRights     = 444;
  4919.     Date         = "04072003";
  4920.     Time         = "0700";
  4921.     Styles         = (PACKED);
  4922. End
  4923.  
  4924. File gid_File_Mod_Datastyl
  4925.     Name         = "datastyl.mod";
  4926.     PackedName     = "f_0228";
  4927.     Size         = 12251;
  4928.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  4929.     Carrier         = gid_DataCarrier;
  4930.     UnixRights     = 444;
  4931.     Date         = "04072003";
  4932.     Time         = "0700";
  4933.     Styles         = (PACKED);
  4934. End
  4935.  
  4936. File gid_File_User_Config_All_Dat_Delete_Only
  4937.     Name         = "*.dat";
  4938.     Dir             = gid_Dir_User_Config;
  4939.     Carrier         = gid_DataCarrier;
  4940.     UnixRights     = 444;
  4941.     Date         = "04072003";
  4942.     Time         = "0700";
  4943.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  4944. End
  4945.  
  4946. File gid_File_Res_Ofa
  4947.     Name         = "ofa64501.res";
  4948.     PackedName     = "f_0229";
  4949.     Size         = 484856;
  4950.     Dir             = gid_Dir_Resource;
  4951.     Carrier         = gid_DataCarrier;
  4952.     UnixRights     = 444;
  4953.     Date         = "04072003";
  4954.     Time         = "0700";
  4955.     Styles         = (PACKED);
  4956. End
  4957.  
  4958. File gid_File_OO_Office_Substitution_Xcs
  4959.     Name         = "Substitution.xcs";
  4960.     PackedName     = "f_0230";
  4961.     Size         = 936;
  4962.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  4963.     Carrier         = gid_DataCarrier;
  4964.     UnixRights     = 444;
  4965.     Date         = "04072003";
  4966.     Time         = "0700";
  4967.     Styles         = (PACKED);
  4968. End
  4969.  
  4970. File gid_File_Dtd_Library
  4971.     Name         = "library.dtd";
  4972.     PackedName     = "f_0231";
  4973.     Size         = 2603;
  4974.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  4975.     Carrier         = gid_DataCarrier;
  4976.     UnixRights     = 444;
  4977.     Date         = "04072003";
  4978.     Time         = "0700";
  4979.     Styles         = (PACKED);
  4980. End
  4981.  
  4982. File gid_File_Shellnew_Html_Soffice
  4983.     Name         = "soffice.html";
  4984.     PackedName     = "f_0232";
  4985.     Size         = 276;
  4986.     Dir             = PREDEFINED_OSSHELLNEWDIR;
  4987.     NetDir         = gid_Dir_Shellnew;
  4988.     Carrier         = gid_DataCarrier;
  4989.     UnixRights     = 444;
  4990.     Date         = "04072003";
  4991.     Time         = "0700";
  4992.     Styles         = (PACKED, WORKSTATION, OVERWRITE);
  4993. End
  4994.  
  4995. File gid_File_Extra_Poll_Asp
  4996.     Name         = "poll.asp";
  4997.     PackedName     = "f_0233";
  4998.     Size         = 654;
  4999.     Dir             = gid_Dir_Config_Webcast;
  5000.     Carrier         = gid_DataCarrier;
  5001.     UnixRights     = 444;
  5002.     Date         = "04072003";
  5003.     Time         = "0700";
  5004.     Styles         = (PACKED);
  5005. End
  5006.  
  5007. File gid_File_Lib_Ofa
  5008.     Name         = "ofa645mi.dll";
  5009.     PackedName     = "f_0234";
  5010.     Size         = 299008;
  5011.     Dir             = gid_Dir_Program;
  5012.     Carrier         = gid_DataCarrier;
  5013.     UnixRights     = 444;
  5014.     Date         = "04072003";
  5015.     Time         = "0700";
  5016.     Styles         = (PACKED);
  5017. End
  5018.  
  5019. File gid_File_Lib_XxltDlg
  5020.     Name         = "xsltdlg645mi.dll";
  5021.     PackedName     = "f_0235";
  5022.     Size         = 184320;
  5023.     Dir             = gid_Dir_Program;
  5024.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5025.     Carrier         = gid_DataCarrier;
  5026.     UnixRights     = 444;
  5027.     Date         = "04072003";
  5028.     Time         = "0700";
  5029.     Styles         = (PACKED, UNO_COMPONENT);
  5030. End
  5031.  
  5032. File gid_File_Lib_Ucpftp1
  5033.     Name         = "ucpftp1.dll";
  5034.     PackedName     = "f_0236";
  5035.     Size         = 131072;
  5036.     Dir             = gid_Dir_Program;
  5037.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5038.     Carrier         = gid_DataCarrier;
  5039.     UnixRights     = 444;
  5040.     Date         = "04072003";
  5041.     Time         = "0700";
  5042.     Styles         = (PACKED, UNO_COMPONENT);
  5043. End
  5044.  
  5045. File gid_File_Shellnew_Sxi_Soffice
  5046.     Name         = "soffice.sxi";
  5047.     PackedName     = "f_0237";
  5048.     Size         = 2051;
  5049.     Dir             = PREDEFINED_OSSHELLNEWDIR;
  5050.     NetDir         = gid_Dir_Shellnew;
  5051.     Carrier         = gid_DataCarrier;
  5052.     UnixRights     = 444;
  5053.     Date         = "04072003";
  5054.     Time         = "0700";
  5055.     Styles         = (PACKED, WORKSTATION, OVERWRITE);
  5056. End
  5057.  
  5058. File gid_File_Fnt_Vera
  5059.     Name         = "Vera.ttf";
  5060.     PackedName     = "f0_051";
  5061.     FontName     = "Vera Sans";
  5062.     Size         = 65932;
  5063.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  5064.     NetDir         = gid_Dir_Winfonts;
  5065.     Carrier         = gid_DataCarrier;
  5066.     UnixRights     = 444;
  5067.     Date         = "04072003";
  5068.     Time         = "0700";
  5069.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE, SETUPZIP);
  5070. End
  5071.  
  5072. File gid_File_Lib_I18npool
  5073.     Name         = "i18npool645mi.dll";
  5074.     PackedName     = "f0_052";
  5075.     Size         = 2154496;
  5076.     Dir             = gid_Dir_Program;
  5077.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5078.     Carrier         = gid_DataCarrier;
  5079.     UnixRights     = 444;
  5080.     Date         = "04072003";
  5081.     Time         = "0700";
  5082.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  5083. End
  5084.  
  5085. File gid_File_OO_Office_Java_Xcs
  5086.     Name         = "Java.xcs";
  5087.     PackedName     = "f_0238";
  5088.     Size         = 3275;
  5089.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  5090.     Carrier         = gid_DataCarrier;
  5091.     UnixRights     = 444;
  5092.     Date         = "04072003";
  5093.     Time         = "0700";
  5094.     Styles         = (PACKED);
  5095. End
  5096.  
  5097. File gid_File_Lib_Simreg
  5098.     Name         = "simplereg.uno.dll";
  5099.     PackedName     = "f0_053";
  5100.     Size         = 61440;
  5101.     Dir             = gid_Dir_Program;
  5102.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5103.     Carrier         = gid_DataCarrier;
  5104.     UnixRights     = 444;
  5105.     Date         = "04072003";
  5106.     Time         = "0700";
  5107.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  5108. End
  5109.  
  5110. File gid_File_Lib_Localedata_Euro
  5111.     Name         = "localedata_euro.dll";
  5112.     PackedName     = "f0_054";
  5113.     Size         = 372736;
  5114.     Dir             = gid_Dir_Program;
  5115.     Carrier         = gid_DataCarrier;
  5116.     UnixRights     = 444;
  5117.     Date         = "04072003";
  5118.     Time         = "0700";
  5119.     Styles         = (PACKED, SETUPZIP);
  5120. End
  5121.  
  5122. File gid_File_Jar_XSLTFilter
  5123.     Name         = "XSLTFilter.jar";
  5124.     PackedName     = "f_0239";
  5125.     Size         = 6814;
  5126.     Dir             = gid_Dir_Classes;
  5127.     Carrier         = gid_DataCarrier;
  5128.     UnixRights     = 444;
  5129.     Date         = "04072003";
  5130.     Time         = "0700";
  5131.     Styles         = (PACKED, DONT_OVERWRITE);
  5132. End
  5133.  
  5134. File gid_File_Help_Schart_Zip
  5135.     Name         = "schart01.zip";
  5136.     PackedName     = "f_0240";
  5137.     Size         = 51326;
  5138.     ArchiveFiles = 2;
  5139.     ArchiveSize     = 57010;
  5140.     Dir             = gid_Dir_Help_Isolanguage;
  5141.     Carrier         = gid_DataCarrier;
  5142.     UnixRights     = 444;
  5143.     Date         = "04072003";
  5144.     Time         = "0700";
  5145.     Styles         = (ARCHIVE);
  5146. End
  5147.  
  5148. File gid_File_Lib_Ucb1
  5149.     Name         = "ucb1.dll";
  5150.     PackedName     = "f_0241";
  5151.     Size         = 176128;
  5152.     Dir             = gid_Dir_Program;
  5153.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5154.     Carrier         = gid_DataCarrier;
  5155.     UnixRights     = 444;
  5156.     Date         = "04072003";
  5157.     Time         = "0700";
  5158.     Styles         = (PACKED, UNO_COMPONENT);
  5159. End
  5160.  
  5161. File gid_File_User_Store_Cal_Delete_Only
  5162.     Name         = "*.cal";
  5163.     Dir             = gid_Dir_Store;
  5164.     Carrier         = gid_DataCarrier;
  5165.     UnixRights     = 444;
  5166.     Date         = "04072003";
  5167.     Time         = "0700";
  5168.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  5169. End
  5170.  
  5171. File gid_File_Mod_Drawing
  5172.     Name         = "drawing.mod";
  5173.     PackedName     = "f_0242";
  5174.     Size         = 46696;
  5175.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  5176.     Carrier         = gid_DataCarrier;
  5177.     UnixRights     = 444;
  5178.     Date         = "04072003";
  5179.     Time         = "0700";
  5180.     Styles         = (PACKED);
  5181. End
  5182.  
  5183. File gid_File_Extra_Palettes_Lang
  5184.     Name         = "palettes01.zip";
  5185.     PackedName     = "f_0243";
  5186.     Size         = 6424;
  5187.     ArchiveFiles = 6;
  5188.     ArchiveSize     = 54217;
  5189.     Dir             = gid_Dir_User_Config;
  5190.     Carrier         = gid_DataCarrier;
  5191.     UnixRights     = 644;
  5192.     Date         = "04072003";
  5193.     Time         = "0700";
  5194.     Styles         = (ARCHIVE, WORKSTATION);
  5195. End
  5196.  
  5197. File gid_File_Lib_Preload
  5198.     Name         = "preload645mi.dll";
  5199.     PackedName     = "f_0244";
  5200.     Size         = 41984;
  5201.     Dir             = gid_Dir_Program;
  5202.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5203.     Carrier         = gid_DataCarrier;
  5204.     UnixRights     = 444;
  5205.     Date         = "04072003";
  5206.     Time         = "0700";
  5207.     Styles         = (PACKED, UNO_COMPONENT);
  5208. End
  5209.  
  5210. File gid_File_Dtd_Manifest
  5211.     Name         = "Manifest.dtd";
  5212.     PackedName     = "f_0245";
  5213.     Size         = 3485;
  5214.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  5215.     Carrier         = gid_DataCarrier;
  5216.     UnixRights     = 444;
  5217.     Date         = "04072003";
  5218.     Time         = "0700";
  5219.     Styles         = (PACKED);
  5220. End
  5221.  
  5222. File gid_File_Lib_Sax
  5223.     Name         = "sax.uno.dll";
  5224.     PackedName     = "f_0246";
  5225.     Size         = 159744;
  5226.     Dir             = gid_Dir_Program;
  5227.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5228.     Carrier         = gid_DataCarrier;
  5229.     UnixRights     = 444;
  5230.     Date         = "04072003";
  5231.     Time         = "0700";
  5232.     Styles         = (PACKED, DONT_OVERWRITE, UNO_COMPONENT);
  5233. End
  5234.  
  5235. File gid_File_Lib_Impreg
  5236.     Name         = "implreg.uno.dll";
  5237.     PackedName     = "f0_055";
  5238.     Size         = 69632;
  5239.     Dir             = gid_Dir_Program;
  5240.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5241.     Carrier         = gid_DataCarrier;
  5242.     UnixRights     = 444;
  5243.     Date         = "04072003";
  5244.     Time         = "0700";
  5245.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  5246. End
  5247.  
  5248. File gid_File_Lib_Sch
  5249.     Name         = "sch645mi.dll";
  5250.     PackedName     = "f_0247";
  5251.     Size         = 1052672;
  5252.     Dir             = gid_Dir_Program;
  5253.     Carrier         = gid_DataCarrier;
  5254.     UnixRights     = 444;
  5255.     Date         = "04072003";
  5256.     Time         = "0700";
  5257.     Styles         = (PACKED);
  5258. End
  5259.  
  5260. File gid_File_Lib_Scn
  5261.     Name         = "scn645mi.dll";
  5262.     PackedName     = "f_0248";
  5263.     Size         = 30720;
  5264.     Dir             = gid_Dir_Program;
  5265.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5266.     Carrier         = gid_DataCarrier;
  5267.     UnixRights     = 444;
  5268.     Date         = "04072003";
  5269.     Time         = "0700";
  5270.     Styles         = (PACKED, UNO_COMPONENT);
  5271. End
  5272.  
  5273. File gid_File_Lib_Msvcp70
  5274.     Name         = "msvcp70.dll";
  5275.     PackedName     = "f0_056";
  5276.     Size         = 487424;
  5277.     Dir             = gid_Dir_Program;
  5278.     Carrier         = gid_DataCarrier;
  5279.     UnixRights     = 555;
  5280.     Date         = "04072003";
  5281.     Time         = "0700";
  5282.     Styles         = (PACKED, SETUPZIP);
  5283. End
  5284.  
  5285. File gid_File_Lib_Set
  5286.     Name         = "set645mi.dll";
  5287.     PackedName     = "f0_057";
  5288.     Size         = 720896;
  5289.     Dir             = gid_Dir_Program;
  5290.     Carrier         = gid_DataCarrier;
  5291.     UnixRights     = 444;
  5292.     Date         = "04072003";
  5293.     Time         = "0700";
  5294.     Styles         = (PACKED, SETUPZIP);
  5295. End
  5296.  
  5297. File gid_File_Dtd_Event
  5298.     Name         = "event.dtd";
  5299.     PackedName     = "f_0249";
  5300.     Size         = 2683;
  5301.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  5302.     Carrier         = gid_DataCarrier;
  5303.     UnixRights     = 444;
  5304.     Date         = "04072003";
  5305.     Time         = "0700";
  5306.     Styles         = (PACKED);
  5307. End
  5308.  
  5309. File gid_File_Res_Lgd
  5310.     Name         = "lgd64501.res";
  5311.     PackedName     = "f_0250";
  5312.     Size         = 29278;
  5313.     Dir             = gid_Dir_Resource;
  5314.     Carrier         = gid_DataCarrier;
  5315.     UnixRights     = 444;
  5316.     Date         = "04072003";
  5317.     Time         = "0700";
  5318.     Styles         = (PACKED);
  5319. End
  5320.  
  5321. File gid_File_Lib_Cached1
  5322.     Name         = "cached1.dll";
  5323.     PackedName     = "f_0251";
  5324.     Size         = 159744;
  5325.     Dir             = gid_Dir_Program;
  5326.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5327.     Carrier         = gid_DataCarrier;
  5328.     UnixRights     = 444;
  5329.     Date         = "04072003";
  5330.     Time         = "0700";
  5331.     Styles         = (PACKED, UNO_COMPONENT);
  5332. End
  5333.  
  5334. File gid_File_User_Work_All_Delete_Only
  5335.     Name         = "*.*";
  5336.     Dir             = gid_Dir_Work;
  5337.     Carrier         = gid_DataCarrier;
  5338.     UnixRights     = 444;
  5339.     Date         = "04072003";
  5340.     Time         = "0700";
  5341.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  5342. End
  5343.  
  5344. File gid_File_Fnt_Verase
  5345.     Name         = "VeraSe.ttf";
  5346.     PackedName     = "f_0252";
  5347.     FontName     = "Vera Serif";
  5348.     Size         = 60280;
  5349.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  5350.     NetDir         = gid_Dir_Winfonts;
  5351.     Carrier         = gid_DataCarrier;
  5352.     UnixRights     = 444;
  5353.     Date         = "04072003";
  5354.     Time         = "0700";
  5355.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  5356. End
  5357.  
  5358. File gid_File_OO_Office_Typedetection_Xcu
  5359.     Name         = "TypeDetection.xcu";
  5360.     PackedName     = "f_0253";
  5361.     Size         = 169693;
  5362.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  5363.     Carrier         = gid_DataCarrier;
  5364.     UnixRights     = 444;
  5365.     Date         = "04072003";
  5366.     Time         = "0700";
  5367.     Styles         = (PACKED);
  5368. End
  5369.  
  5370. File gid_File_Shellnew_Sxd_Soffice
  5371.     Name         = "soffice.sxd";
  5372.     PackedName     = "f_0254";
  5373.     Size         = 2050;
  5374.     Dir             = PREDEFINED_OSSHELLNEWDIR;
  5375.     NetDir         = gid_Dir_Shellnew;
  5376.     Carrier         = gid_DataCarrier;
  5377.     UnixRights     = 444;
  5378.     Date         = "04072003";
  5379.     Time         = "0700";
  5380.     Styles         = (PACKED, WORKSTATION, OVERWRITE);
  5381. End
  5382.  
  5383. File gid_File_Bin_Crashreport_Com
  5384.     Name         = "crashrep.com";
  5385.     PackedName     = "f_0255";
  5386.     Size         = 5632;
  5387.     Dir             = gid_Dir_Program;
  5388.     Carrier         = gid_DataCarrier;
  5389.     UnixRights     = 555;
  5390.     Date         = "04072003";
  5391.     Time         = "0700";
  5392.     Styles         = (PACKED);
  5393. End
  5394.  
  5395. File gid_File_Lib_Shlxthdl
  5396.     Name         = "shlxthdl.dll";
  5397.     PackedName     = "f_0256";
  5398.     Size         = 245760;
  5399.     Dir             = gid_Dir_Program;
  5400.     Carrier         = gid_DataCarrier;
  5401.     UnixRights     = 444;
  5402.     Date         = "04072003";
  5403.     Time         = "0700";
  5404.     Styles         = (PACKED);
  5405. End
  5406.  
  5407. File gid_File_Lib_Sal
  5408.     Name         = "sal3.dll";
  5409.     PackedName     = "f0_058";
  5410.     Size         = 1728512;
  5411.     Dir             = gid_Dir_Program;
  5412.     Carrier         = gid_DataCarrier;
  5413.     UnixRights     = 444;
  5414.     Date         = "04072003";
  5415.     Time         = "0700";
  5416.     Styles         = (PACKED, SETUPZIP);
  5417. End
  5418.  
  5419. File gid_File_User_Registry_Data_Org_Openoffice_Ucb_All_Delete_Only
  5420.     Name         = "*.*";
  5421.     Dir             = gid_Dir_User_Registry_Data_Org_Openoffice_Ucb;
  5422.     Carrier         = gid_DataCarrier;
  5423.     UnixRights     = 444;
  5424.     Date         = "04072003";
  5425.     Time         = "0700";
  5426.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  5427. End
  5428.  
  5429. File gid_File_Lib_Juh
  5430.     Name         = "juh.dll";
  5431.     PackedName     = "f_0257";
  5432.     Size         = 7680;
  5433.     Dir             = gid_Dir_Program;
  5434.     Carrier         = gid_DataCarrier;
  5435.     UnixRights     = 444;
  5436.     Date         = "04072003";
  5437.     Time         = "0700";
  5438.     Styles         = (PACKED);
  5439. End
  5440.  
  5441. File gid_File_Share_Registry_Data_Org_Openoffice_Office_All_Delete_Only
  5442.     Name         = "*.*";
  5443.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  5444.     Carrier         = gid_DataCarrier;
  5445.     UnixRights     = 444;
  5446.     Date         = "04072003";
  5447.     Time         = "0700";
  5448.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  5449. End
  5450.  
  5451. File gid_File_Extra_Gallsystem
  5452.     Name         = "gallsystem.zip";
  5453.     PackedName     = "f_0258";
  5454.     Size         = 1897440;
  5455.     ArchiveFiles = 24;
  5456.     ArchiveSize     = 3147392;
  5457.     Dir             = gid_Dir_Gallery;
  5458.     Carrier         = gid_DataCarrier;
  5459.     UnixRights     = 444;
  5460.     Date         = "04072003";
  5461.     Time         = "0700";
  5462.     Styles         = (ARCHIVE);
  5463. End
  5464.  
  5465. File gid_File_Res_Ooo
  5466.     Name         = "ooo64501.res";
  5467.     PackedName     = "f_0259";
  5468.     Size         = 217500;
  5469.     Dir             = gid_Dir_Resource;
  5470.     Carrier         = gid_DataCarrier;
  5471.     UnixRights     = 444;
  5472.     Date         = "04072003";
  5473.     Time         = "0700";
  5474.     Styles         = (PACKED);
  5475. End
  5476.  
  5477. File gid_File_Lib_Rmcxt
  5478.     Name         = "rmcxt3.dll";
  5479.     PackedName     = "f0_059";
  5480.     Size         = 18432;
  5481.     Dir             = gid_Dir_Program;
  5482.     Carrier         = gid_DataCarrier;
  5483.     UnixRights     = 444;
  5484.     Date         = "04072003";
  5485.     Time         = "0700";
  5486.     Styles         = (PACKED, SETUPZIP);
  5487. End
  5488.  
  5489. File gid_File_User_Registry_Data_Org_Openoffice_Office_All_Delete_Only
  5490.     Name         = "*.*";
  5491.     Dir             = gid_Dir_User_Registry_Data_Org_Openoffice_Office;
  5492.     Carrier         = gid_DataCarrier;
  5493.     UnixRights     = 444;
  5494.     Date         = "04072003";
  5495.     Time         = "0700";
  5496.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  5497. End
  5498.  
  5499. File gid_File_Lib_Syssh
  5500.     Name         = "syssh.dll";
  5501.     PackedName     = "f_0260";
  5502.     Size         = 17408;
  5503.     Dir             = gid_Dir_Program;
  5504.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5505.     Carrier         = gid_DataCarrier;
  5506.     UnixRights     = 444;
  5507.     Date         = "04072003";
  5508.     Time         = "0700";
  5509.     Styles         = (PACKED, UNO_COMPONENT);
  5510. End
  5511.  
  5512. File gid_File_OO_Office_Security_Xcs
  5513.     Name         = "Security.xcs";
  5514.     PackedName     = "f_0261";
  5515.     Size         = 635;
  5516.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  5517.     Carrier         = gid_DataCarrier;
  5518.     UnixRights     = 444;
  5519.     Date         = "04072003";
  5520.     Time         = "0700";
  5521.     Styles         = (PACKED);
  5522. End
  5523.  
  5524. File gid_File_Dtd_Accelerator
  5525.     Name         = "accelerator.dtd";
  5526.     PackedName     = "f_0262";
  5527.     Size         = 2655;
  5528.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  5529.     Carrier         = gid_DataCarrier;
  5530.     UnixRights     = 444;
  5531.     Date         = "04072003";
  5532.     Time         = "0700";
  5533.     Styles         = (PACKED);
  5534. End
  5535.  
  5536. File gid_File_Share_Uno_Packages_All_Delete_Only
  5537.     Name         = "*.*";
  5538.     Dir             = gid_Dir_Share_Uno_Packages;
  5539.     Carrier         = gid_DataCarrier;
  5540.     UnixRights     = 444;
  5541.     Date         = "04072003";
  5542.     Time         = "0700";
  5543.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  5544. End
  5545.  
  5546. File gid_File_Help_Help_Zip
  5547.     Name         = "helpxsl.zip";
  5548.     PackedName     = "f_0263";
  5549.     Size         = 7301;
  5550.     ArchiveFiles = 1;
  5551.     ArchiveSize     = 47941;
  5552.     Dir             = gid_Dir_Help;
  5553.     Carrier         = gid_DataCarrier;
  5554.     UnixRights     = 444;
  5555.     Date         = "04072003";
  5556.     Time         = "0700";
  5557.     Styles         = (ARCHIVE);
  5558. End
  5559.  
  5560. File gid_File_Extra_Gallrulers
  5561.     Name         = "gallrulers.zip";
  5562.     PackedName     = "f_0264";
  5563.     Size         = 63882;
  5564.     ArchiveFiles = 25;
  5565.     ArchiveSize     = 67798;
  5566.     Dir             = gid_Dir_Gallery_Rulers;
  5567.     Carrier         = gid_DataCarrier;
  5568.     UnixRights     = 444;
  5569.     Date         = "04072003";
  5570.     Time         = "0700";
  5571.     Styles         = (ARCHIVE);
  5572. End
  5573.  
  5574. File gid_File_Extra_Gallroot
  5575.     Name         = "gallroot.zip";
  5576.     PackedName     = "f_0265";
  5577.     Size         = 64535;
  5578.     ArchiveFiles = 6;
  5579.     ArchiveSize     = 64409;
  5580.     Dir             = gid_Dir_Gallery;
  5581.     Carrier         = gid_DataCarrier;
  5582.     UnixRights     = 444;
  5583.     Date         = "04072003";
  5584.     Time         = "0700";
  5585.     Styles         = (ARCHIVE);
  5586. End
  5587.  
  5588. File gid_File_OO_Ucb_Store_Xcs
  5589.     Name         = "Store.xcs";
  5590.     PackedName     = "f_0266";
  5591.     Size         = 777;
  5592.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Ucb;
  5593.     Carrier         = gid_DataCarrier;
  5594.     UnixRights     = 444;
  5595.     Date         = "04072003";
  5596.     Time         = "0700";
  5597.     Styles         = (PACKED);
  5598. End
  5599.  
  5600. File gid_File_User_Config_All_Rdb_Delete_Only
  5601.     Name         = "*.rdb";
  5602.     Dir             = gid_Dir_User_Config;
  5603.     Carrier         = gid_DataCarrier;
  5604.     UnixRights     = 444;
  5605.     Date         = "04072003";
  5606.     Time         = "0700";
  5607.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  5608. End
  5609.  
  5610. File gid_File_Lib_Sdbc_2
  5611.     Name         = "sdbc2.dll";
  5612.     PackedName     = "f_0267";
  5613.     Size         = 43520;
  5614.     Dir             = gid_Dir_Program;
  5615.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5616.     Carrier         = gid_DataCarrier;
  5617.     UnixRights     = 444;
  5618.     Date         = "04072003";
  5619.     Time         = "0700";
  5620.     Styles         = (PACKED, UNO_COMPONENT);
  5621. End
  5622.  
  5623. File gid_File_Lib_Cnt
  5624.     Name         = "cnt645mi.dll";
  5625.     PackedName     = "f_0268";
  5626.     Size         = 188416;
  5627.     Dir             = gid_Dir_Program;
  5628.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5629.     Carrier         = gid_DataCarrier;
  5630.     UnixRights     = 444;
  5631.     Date         = "04072003";
  5632.     Time         = "0700";
  5633.     Styles         = (PACKED, UNO_COMPONENT);
  5634. End
  5635.  
  5636. File gid_File_Res_Sw
  5637.     Name         = "sw64501.res";
  5638.     PackedName     = "f_0269";
  5639.     Size         = 773600;
  5640.     Dir             = gid_Dir_Resource;
  5641.     Carrier         = gid_DataCarrier;
  5642.     UnixRights     = 444;
  5643.     Date         = "04072003";
  5644.     Time         = "0700";
  5645.     Styles         = (PACKED);
  5646. End
  5647.  
  5648. File gid_File_Res_Tk
  5649.     Name         = "tk64501.res";
  5650.     PackedName     = "f0_060";
  5651.     Size         = 1780;
  5652.     Dir             = gid_Dir_Resource;
  5653.     Carrier         = gid_DataCarrier;
  5654.     UnixRights     = 444;
  5655.     Date         = "04072003";
  5656.     Time         = "0700";
  5657.     Styles         = (PACKED, SETUPZIP);
  5658. End
  5659.  
  5660. File gid_File_Jar_Unoil
  5661.     Name         = "unoil.jar";
  5662.     PackedName     = "f0_061";
  5663.     Size         = 1025633;
  5664.     Dir             = gid_Dir_Classes;
  5665.     Carrier         = gid_DataCarrier;
  5666.     UnixRights     = 444;
  5667.     Date         = "04072003";
  5668.     Time         = "0700";
  5669.     Styles         = (PACKED, DONT_OVERWRITE, SETUPZIP);
  5670. End
  5671.  
  5672. File gid_File_Jar_Htmlsoff
  5673.     Name         = "htmlsoff.jar";
  5674.     PackedName     = "f_0270";
  5675.     Size         = 6149;
  5676.     Dir             = gid_Dir_Classes;
  5677.     Carrier         = gid_DataCarrier;
  5678.     UnixRights     = 444;
  5679.     Date         = "04072003";
  5680.     Time         = "0700";
  5681.     Styles         = (PACKED, DONT_OVERWRITE);
  5682. End
  5683.  
  5684. File gid_File_OO_Office_UI_Xcs
  5685.     Name         = "UI.xcs";
  5686.     PackedName     = "f_0271";
  5687.     Size         = 6423;
  5688.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  5689.     Carrier         = gid_DataCarrier;
  5690.     UnixRights     = 444;
  5691.     Date         = "04072003";
  5692.     Time         = "0700";
  5693.     Styles         = (PACKED);
  5694. End
  5695.  
  5696. File gid_File_OO_Office_UI_Xcu
  5697.     Name         = "UI.xcu";
  5698.     PackedName     = "f_0272";
  5699.     Size         = 12101;
  5700.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  5701.     Carrier         = gid_DataCarrier;
  5702.     UnixRights     = 444;
  5703.     Date         = "04072003";
  5704.     Time         = "0700";
  5705.     Styles         = (PACKED);
  5706. End
  5707.  
  5708. File gid_File_Res_Epp
  5709.     Name         = "epp64501.res";
  5710.     PackedName     = "f_0273";
  5711.     Size         = 1906;
  5712.     Dir             = gid_Dir_Resource;
  5713.     Carrier         = gid_DataCarrier;
  5714.     UnixRights     = 444;
  5715.     Date         = "04072003";
  5716.     Time         = "0700";
  5717.     Styles         = (PACKED);
  5718. End
  5719.  
  5720. File gid_File_Extra_Symbols
  5721.     Name         = "symbols.zip";
  5722.     PackedName     = "f_0274";
  5723.     Size         = 18196;
  5724.     ArchiveFiles = 64;
  5725.     ArchiveSize     = 82912;
  5726.     Dir             = gid_Dir_Config_Symbol;
  5727.     Carrier         = gid_DataCarrier;
  5728.     UnixRights     = 444;
  5729.     Date         = "04072003";
  5730.     Time         = "0700";
  5731.     Styles         = (ARCHIVE);
  5732. End
  5733.  
  5734. File gid_File_Shellnew_Sxw_Soffice
  5735.     Name         = "soffice.sxw";
  5736.     PackedName     = "f_0275";
  5737.     Size         = 2088;
  5738.     Dir             = PREDEFINED_OSSHELLNEWDIR;
  5739.     NetDir         = gid_Dir_Shellnew;
  5740.     Carrier         = gid_DataCarrier;
  5741.     UnixRights     = 444;
  5742.     Date         = "04072003";
  5743.     Time         = "0700";
  5744.     Styles         = (PACKED, WORKSTATION, OVERWRITE);
  5745. End
  5746.  
  5747. File gid_File_Res_Sd
  5748.     Name         = "sd64501.res";
  5749.     PackedName     = "f_0276";
  5750.     Size         = 957106;
  5751.     Dir             = gid_Dir_Resource;
  5752.     Carrier         = gid_DataCarrier;
  5753.     UnixRights     = 444;
  5754.     Date         = "04072003";
  5755.     Time         = "0700";
  5756.     Styles         = (PACKED);
  5757. End
  5758.  
  5759. File gid_File_Lib_Icule
  5760.     Name         = "icule22.dll";
  5761.     PackedName     = "f0_062";
  5762.     Size         = 86016;
  5763.     Dir             = gid_Dir_Program;
  5764.     Carrier         = gid_DataCarrier;
  5765.     UnixRights     = 444;
  5766.     Date         = "04072003";
  5767.     Time         = "0700";
  5768.     Styles         = (PACKED, SETUPZIP);
  5769. End
  5770.  
  5771. File gid_File_Lib_Sot
  5772.     Name         = "sot645mi.dll";
  5773.     PackedName     = "f0_063";
  5774.     Size         = 188416;
  5775.     Dir             = gid_Dir_Program;
  5776.     Carrier         = gid_DataCarrier;
  5777.     UnixRights     = 444;
  5778.     Date         = "04072003";
  5779.     Time         = "0700";
  5780.     Styles         = (PACKED, SETUPZIP);
  5781. End
  5782.  
  5783. File gid_File_Shellnew_Sxc_Soffice
  5784.     Name         = "soffice.sxc";
  5785.     PackedName     = "f_0277";
  5786.     Size         = 2018;
  5787.     Dir             = PREDEFINED_OSSHELLNEWDIR;
  5788.     NetDir         = gid_Dir_Shellnew;
  5789.     Carrier         = gid_DataCarrier;
  5790.     UnixRights     = 444;
  5791.     Date         = "04072003";
  5792.     Time         = "0700";
  5793.     Styles         = (PACKED, WORKSTATION, OVERWRITE);
  5794. End
  5795.  
  5796. File gid_File_Jar_Juh
  5797.     Name         = "juh.jar";
  5798.     PackedName     = "f0_064";
  5799.     Size         = 39403;
  5800.     Dir             = gid_Dir_Classes;
  5801.     Carrier         = gid_DataCarrier;
  5802.     UnixRights     = 444;
  5803.     Date         = "04072003";
  5804.     Time         = "0700";
  5805.     Styles         = (PACKED, SETUPZIP);
  5806. End
  5807.  
  5808. File gid_File_Lib_J
  5809.     Name         = "j645mi_g.dll";
  5810.     PackedName     = "f0_065";
  5811.     Size         = 18432;
  5812.     Dir             = gid_Dir_Program;
  5813.     Carrier         = gid_DataCarrier;
  5814.     UnixRights     = 444;
  5815.     Date         = "04072003";
  5816.     Time         = "0700";
  5817.     Styles         = (PACKED, SETUPZIP);
  5818. End
  5819.  
  5820. File gid_File_Share_Registry_Data_Org_Openoffice_All_Delete_Only
  5821.     Name         = "*.*";
  5822.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice;
  5823.     Carrier         = gid_DataCarrier;
  5824.     UnixRights     = 444;
  5825.     Date         = "04072003";
  5826.     Time         = "0700";
  5827.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  5828. End
  5829.  
  5830. File gid_File_Lib_Cpld
  5831.     Name         = "shlibloader.uno.dll";
  5832.     PackedName     = "f0_066";
  5833.     Size         = 18432;
  5834.     Dir             = gid_Dir_Program;
  5835.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5836.     Carrier         = gid_DataCarrier;
  5837.     UnixRights     = 444;
  5838.     Date         = "04072003";
  5839.     Time         = "0700";
  5840.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  5841. End
  5842.  
  5843. File gid_File_OO_Office_Sfx_Xcu
  5844.     Name         = "SFX.xcu";
  5845.     PackedName     = "f_0278";
  5846.     Size         = 989;
  5847.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  5848.     Carrier         = gid_DataCarrier;
  5849.     UnixRights     = 444;
  5850.     Date         = "04072003";
  5851.     Time         = "0700";
  5852.     Styles         = (PACKED);
  5853. End
  5854.  
  5855. File gid_File_Lib_Localedata_Es
  5856.     Name         = "localedata_es.dll";
  5857.     PackedName     = "f0_067";
  5858.     Size         = 106496;
  5859.     Dir             = gid_Dir_Program;
  5860.     Carrier         = gid_DataCarrier;
  5861.     UnixRights     = 444;
  5862.     Date         = "04072003";
  5863.     Time         = "0700";
  5864.     Styles         = (PACKED, SETUPZIP);
  5865. End
  5866.  
  5867. File gid_File_OO_Vcl_Xcu
  5868.     Name         = "VCL.xcu";
  5869.     PackedName     = "f_0279";
  5870.     Size         = 240773;
  5871.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice;
  5872.     Carrier         = gid_DataCarrier;
  5873.     UnixRights     = 444;
  5874.     Date         = "04072003";
  5875.     Time         = "0700";
  5876.     Styles         = (PACKED);
  5877. End
  5878.  
  5879. File gid_File_Lib_Svtools
  5880.     Name         = "svt645mi.dll";
  5881.     PackedName     = "f0_068";
  5882.     Size         = 2322432;
  5883.     Dir             = gid_Dir_Program;
  5884.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5885.     Carrier         = gid_DataCarrier;
  5886.     UnixRights     = 444;
  5887.     Date         = "04072003";
  5888.     Time         = "0700";
  5889.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  5890. End
  5891.  
  5892. File gid_File_Extra_Palettes
  5893.     Name         = "palettes.zip";
  5894.     PackedName     = "f_0280";
  5895.     Size         = 395621;
  5896.     ArchiveFiles = 11;
  5897.     ArchiveSize     = 449543;
  5898.     Dir             = gid_Dir_User_Config;
  5899.     Carrier         = gid_DataCarrier;
  5900.     UnixRights     = 644;
  5901.     Date         = "04072003";
  5902.     Time         = "0700";
  5903.     Styles         = (ARCHIVE, WORKSTATION);
  5904. End
  5905.  
  5906. File gid_File_Lib_Cppu
  5907.     Name         = "cppu3.dll";
  5908.     PackedName     = "f0_069";
  5909.     Size         = 135168;
  5910.     Dir             = gid_Dir_Program;
  5911.     Carrier         = gid_DataCarrier;
  5912.     UnixRights     = 444;
  5913.     Date         = "04072003";
  5914.     Time         = "0700";
  5915.     Styles         = (PACKED, SETUPZIP);
  5916. End
  5917.  
  5918. File gid_File_Jar_Jut
  5919.     Name         = "jut.jar";
  5920.     PackedName     = "f0_070";
  5921.     Size         = 28938;
  5922.     Dir             = gid_Dir_Classes;
  5923.     Carrier         = gid_DataCarrier;
  5924.     UnixRights     = 444;
  5925.     Date         = "04072003";
  5926.     Time         = "0700";
  5927.     Styles         = (PACKED, SETUPZIP);
  5928. End
  5929.  
  5930. File gid_File_User_Uno_Packages_Cache_All_Delete_Only
  5931.     Name         = "*.*";
  5932.     Dir             = gid_Dir_User_Uno_Packages_Cache;
  5933.     Carrier         = gid_DataCarrier;
  5934.     UnixRights     = 444;
  5935.     Date         = "04072003";
  5936.     Time         = "0700";
  5937.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  5938. End
  5939.  
  5940. File gid_File_Filter_Eme
  5941.     Name         = "eme645mi.dll";
  5942.     PackedName     = "f_0281";
  5943.     Size         = 38400;
  5944.     Dir             = gid_Dir_Filter;
  5945.     Carrier         = gid_DataCarrier;
  5946.     UnixRights     = 444;
  5947.     Date         = "04072003";
  5948.     Time         = "0700";
  5949.     Styles         = (PACKED);
  5950. End
  5951.  
  5952. File GID_FILE_RDB_SETUP_SERVICES
  5953.     Name         = "setup_services.rdb";
  5954.     PackedName     = "f0_071";
  5955.     Size         = 1245184;
  5956.     Dir             = gid_Dir_Program;
  5957.     Carrier         = gid_DataCarrier;
  5958.     UnixRights     = 444;
  5959.     Date         = "04072003";
  5960.     Time         = "0700";
  5961.     Styles         = (PACKED, OVERWRITE, SETUPZIP);
  5962. End
  5963.  
  5964. File gid_File_Lib_Abp
  5965.     Name         = "abp645mi.dll";
  5966.     PackedName     = "f_0282";
  5967.     Size         = 86016;
  5968.     Dir             = gid_Dir_Program;
  5969.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5970.     Carrier         = gid_DataCarrier;
  5971.     UnixRights     = 444;
  5972.     Date         = "04072003";
  5973.     Time         = "0700";
  5974.     Styles         = (PACKED, UNO_COMPONENT);
  5975. End
  5976.  
  5977. File gid_File_Lib_Localedata_En
  5978.     Name         = "localedata_en.dll";
  5979.     PackedName     = "f0_072";
  5980.     Size         = 61440;
  5981.     Dir             = gid_Dir_Program;
  5982.     Carrier         = gid_DataCarrier;
  5983.     UnixRights     = 444;
  5984.     Date         = "04072003";
  5985.     Time         = "0700";
  5986.     Styles         = (PACKED, SETUPZIP);
  5987. End
  5988.  
  5989. File gid_File_Lib_Tinstrm
  5990.     Name         = "textinstream.uno.dll";
  5991.     PackedName     = "f_0283";
  5992.     Size         = 16896;
  5993.     Dir             = gid_Dir_Program;
  5994.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  5995.     Carrier         = gid_DataCarrier;
  5996.     UnixRights     = 444;
  5997.     Date         = "04072003";
  5998.     Time         = "0700";
  5999.     Styles         = (PACKED, UNO_COMPONENT);
  6000. End
  6001.  
  6002. File gid_File_Basic_Template
  6003.     Name         = "basicsrvtemplate.zip";
  6004.     PackedName     = "f_0284";
  6005.     Size         = 11518;
  6006.     ArchiveFiles = 8;
  6007.     ArchiveSize     = 33041;
  6008.     Dir             = gid_Dir_Basic_Template;
  6009.     Carrier         = gid_DataCarrier;
  6010.     UnixRights     = 444;
  6011.     Date         = "04072003";
  6012.     Time         = "0700";
  6013.     Styles         = (ARCHIVE);
  6014. End
  6015.  
  6016. File gid_File_Lib_Fwi
  6017.     Name         = "fwi645mi.dll";
  6018.     PackedName     = "f_0285";
  6019.     Size         = 266240;
  6020.     Dir             = gid_Dir_Program;
  6021.     Carrier         = gid_DataCarrier;
  6022.     UnixRights     = 444;
  6023.     Date         = "04072003";
  6024.     Time         = "0700";
  6025.     Styles         = (PACKED);
  6026. End
  6027.  
  6028. File gid_File_Filter_Emp
  6029.     Name         = "emp645mi.dll";
  6030.     PackedName     = "f_0286";
  6031.     Size         = 176128;
  6032.     Dir             = gid_Dir_Filter;
  6033.     Carrier         = gid_DataCarrier;
  6034.     UnixRights     = 444;
  6035.     Date         = "04072003";
  6036.     Time         = "0700";
  6037.     Styles         = (PACKED);
  6038. End
  6039.  
  6040. File gid_File_User_Explorer_All_Scc_Delete_Only
  6041.     Name         = "*.scc";
  6042.     Dir             = gid_Dir_User_Explorer;
  6043.     Carrier         = gid_DataCarrier;
  6044.     UnixRights     = 444;
  6045.     Date         = "04072003";
  6046.     Time         = "0700";
  6047.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  6048. End
  6049.  
  6050. File gid_File_Extra_Wordbook
  6051.     Name         = "wordbook.zip";
  6052.     PackedName     = "f_0287";
  6053.     Size         = 595;
  6054.     ArchiveFiles = 1;
  6055.     ArchiveSize     = 751;
  6056.     Dir             = gid_Dir_Wordbook_Language;
  6057.     Carrier         = gid_DataCarrier;
  6058.     UnixRights     = 444;
  6059.     Date         = "04072003";
  6060.     Time         = "0700";
  6061.     Styles         = (ARCHIVE);
  6062. End
  6063.  
  6064. File gid_File_Lib_Dbfile
  6065.     Name         = "file645mi.dll";
  6066.     PackedName     = "f_0288";
  6067.     Size         = 266240;
  6068.     Dir             = gid_Dir_Program;
  6069.     Carrier         = gid_DataCarrier;
  6070.     UnixRights     = 444;
  6071.     Date         = "04072003";
  6072.     Time         = "0700";
  6073.     Styles         = (PACKED);
  6074. End
  6075.  
  6076. File gid_File_Lib_Dbjava31
  6077.     Name         = "libdb_java32.dll";
  6078.     PackedName     = "f_0289";
  6079.     Size         = 53248;
  6080.     Dir             = gid_Dir_Program;
  6081.     Carrier         = gid_DataCarrier;
  6082.     UnixRights     = 444;
  6083.     Date         = "04072003";
  6084.     Time         = "0700";
  6085.     Styles         = (PACKED);
  6086. End
  6087.  
  6088. File gid_File_Lib_Sfx
  6089.     Name         = "sfx645mi.dll";
  6090.     PackedName     = "f_0290";
  6091.     Size         = 2420736;
  6092.     Dir             = gid_Dir_Program;
  6093.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6094.     Carrier         = gid_DataCarrier;
  6095.     UnixRights     = 444;
  6096.     Date         = "04072003";
  6097.     Time         = "0700";
  6098.     Styles         = (PACKED, UNO_COMPONENT);
  6099. End
  6100.  
  6101. File gid_File_Lib_Ucpchelp1
  6102.     Name         = "ucpchelp1.dll";
  6103.     PackedName     = "f_0291";
  6104.     Size         = 512000;
  6105.     Dir             = gid_Dir_Program;
  6106.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6107.     Carrier         = gid_DataCarrier;
  6108.     UnixRights     = 444;
  6109.     Date         = "04072003";
  6110.     Time         = "0700";
  6111.     Styles         = (PACKED, UNO_COMPONENT);
  6112. End
  6113.  
  6114. File gid_File_User_Store_Trash_All_Delete_Only
  6115.     Name         = "*.*";
  6116.     Dir             = gid_Dir_Store_Trash;
  6117.     Carrier         = gid_DataCarrier;
  6118.     UnixRights     = 444;
  6119.     Date         = "04072003";
  6120.     Time         = "0700";
  6121.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  6122. End
  6123.  
  6124. File gid_File_Lib_Dict_Zh
  6125.     Name         = "dict_zh.dll";
  6126.     PackedName     = "f_0292";
  6127.     Size         = 2285568;
  6128.     Dir             = gid_Dir_Program;
  6129.     Carrier         = gid_DataCarrier;
  6130.     UnixRights     = 444;
  6131.     Date         = "04072003";
  6132.     Time         = "0700";
  6133.     Styles         = (PACKED);
  6134. End
  6135.  
  6136. File gid_File_Lib_Uuresolver
  6137.     Name         = "uuresolver.uno.dll";
  6138.     PackedName     = "f_0293";
  6139.     Size         = 16896;
  6140.     Dir             = gid_Dir_Program;
  6141.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6142.     Carrier         = gid_DataCarrier;
  6143.     UnixRights     = 444;
  6144.     Date         = "04072003";
  6145.     Time         = "0700";
  6146.     Styles         = (PACKED, UNO_COMPONENT);
  6147. End
  6148.  
  6149. File gid_File_Extra_Autotextuser_Lang
  6150.     Name         = "autotextuser01.zip";
  6151.     PackedName     = "f_0294";
  6152.     Size         = 610;
  6153.     ArchiveFiles = 1;
  6154.     ArchiveSize     = 567;
  6155.     Dir             = gid_Dir_User_Autotext;
  6156.     NetDir         = gid_Dir_User_Autotext_Language;
  6157.     Carrier         = gid_DataCarrier;
  6158.     UnixRights     = 644;
  6159.     Date         = "04072003";
  6160.     Time         = "0700";
  6161.     Styles         = (ARCHIVE, WORKSTATION, DOCLANG);
  6162. End
  6163.  
  6164. File gid_File_Lib_Cppuhelper
  6165.     Name         = "cppuhelper3MSC.dll";
  6166.     PackedName     = "f0_073";
  6167.     Size         = 225280;
  6168.     Dir             = gid_Dir_Program;
  6169.     Carrier         = gid_DataCarrier;
  6170.     UnixRights     = 444;
  6171.     Date         = "04072003";
  6172.     Time         = "0700";
  6173.     Styles         = (PACKED, SETUPZIP);
  6174. End
  6175.  
  6176. File gid_File_Lib_Stlport
  6177.     Name         = "stlport_vc745.dll";
  6178.     PackedName     = "f0_074";
  6179.     Size         = 581632;
  6180.     Dir             = gid_Dir_Program;
  6181.     Carrier         = gid_DataCarrier;
  6182.     UnixRights     = 444;
  6183.     Date         = "04072003";
  6184.     Time         = "0700";
  6185.     Styles         = (PACKED, SETUPZIP);
  6186. End
  6187.  
  6188. File gid_File_Lib_Jdbc_2
  6189.     Name         = "jdbc2.dll";
  6190.     PackedName     = "f_0295";
  6191.     Size         = 286720;
  6192.     Dir             = gid_Dir_Program;
  6193.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6194.     Carrier         = gid_DataCarrier;
  6195.     UnixRights     = 444;
  6196.     Date         = "04072003";
  6197.     Time         = "0700";
  6198.     Styles         = (PACKED, UNO_COMPONENT);
  6199. End
  6200.  
  6201. File gid_File_Extra_Savepic_Pl
  6202.     Name         = "savepic.pl";
  6203.     PackedName     = "f_0296";
  6204.     Size         = 878;
  6205.     Dir             = gid_Dir_Config_Webcast;
  6206.     Carrier         = gid_DataCarrier;
  6207.     UnixRights     = 444;
  6208.     Date         = "04072003";
  6209.     Time         = "0700";
  6210.     Styles         = (PACKED);
  6211. End
  6212.  
  6213. File gid_File_Lib_Tvhlp1
  6214.     Name         = "tvhlp1.dll";
  6215.     PackedName     = "f_0297";
  6216.     Size         = 135168;
  6217.     Dir             = gid_Dir_Program;
  6218.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6219.     Carrier         = gid_DataCarrier;
  6220.     UnixRights     = 444;
  6221.     Date         = "04072003";
  6222.     Time         = "0700";
  6223.     Styles         = (PACKED, UNO_COMPONENT);
  6224. End
  6225.  
  6226. File gid_File_Lib_Pl
  6227.     Name         = "pl645mi.dll";
  6228.     PackedName     = "f_0298";
  6229.     Size         = 135168;
  6230.     Dir             = gid_Dir_Program;
  6231.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6232.     Carrier         = gid_DataCarrier;
  6233.     UnixRights     = 444;
  6234.     Date         = "04072003";
  6235.     Time         = "0700";
  6236.     Styles         = (PACKED, UNO_COMPONENT);
  6237. End
  6238.  
  6239. File gid_File_OO_Ucb_Hierarchy_Xcs
  6240.     Name         = "Hierarchy.xcs";
  6241.     PackedName     = "f_0299";
  6242.     Size         = 659;
  6243.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Ucb;
  6244.     Carrier         = gid_DataCarrier;
  6245.     UnixRights     = 444;
  6246.     Date         = "04072003";
  6247.     Time         = "0700";
  6248.     Styles         = (PACKED);
  6249. End
  6250.  
  6251. File gid_File_Java_Bak_Delete_Only
  6252.     Name         = "java.bak";
  6253.     Dir             = gid_Dir_User_Config;
  6254.     Carrier         = gid_DataCarrier;
  6255.     UnixRights     = 444;
  6256.     Date         = "04072003";
  6257.     Time         = "0700";
  6258.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  6259. End
  6260.  
  6261. File gid_File_Res_Opc
  6262.     Name         = "opc64501.res";
  6263.     PackedName     = "f_0300";
  6264.     Size         = 2372;
  6265.     Dir             = gid_Dir_Resource;
  6266.     Carrier         = gid_DataCarrier;
  6267.     UnixRights     = 444;
  6268.     Date         = "04072003";
  6269.     Time         = "0700";
  6270.     Styles         = (PACKED);
  6271. End
  6272.  
  6273. File gid_File_Lib_Comphelper2
  6274.     Name         = "comphelp3MSC.dll";
  6275.     PackedName     = "f0_075";
  6276.     Size         = 348160;
  6277.     Dir             = gid_Dir_Program;
  6278.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6279.     Carrier         = gid_DataCarrier;
  6280.     UnixRights     = 444;
  6281.     Date         = "04072003";
  6282.     Time         = "0700";
  6283.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  6284. End
  6285.  
  6286. File gid_File_Lib_Ucpdav1
  6287.     Name         = "ucpdav1.dll";
  6288.     PackedName     = "f_0301";
  6289.     Size         = 352256;
  6290.     Dir             = gid_Dir_Program;
  6291.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6292.     Carrier         = gid_DataCarrier;
  6293.     UnixRights     = 444;
  6294.     Date         = "04072003";
  6295.     Time         = "0700";
  6296.     Styles         = (PACKED, UNO_COMPONENT);
  6297. End
  6298.  
  6299. File gid_File_Lib_Xo
  6300.     Name         = "xo645mi.dll";
  6301.     PackedName     = "f_0302";
  6302.     Size         = 2007040;
  6303.     Dir             = gid_Dir_Program;
  6304.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6305.     Carrier         = gid_DataCarrier;
  6306.     UnixRights     = 444;
  6307.     Date         = "04072003";
  6308.     Time         = "0700";
  6309.     Styles         = (PACKED, UNO_COMPONENT);
  6310. End
  6311.  
  6312. File gid_File_Soffice_Cfg_Delete_Only
  6313.     Name         = "soffice.cfg";
  6314.     Dir             = gid_Dir_User_Config;
  6315.     Carrier         = gid_DataCarrier;
  6316.     UnixRights     = 444;
  6317.     Date         = "04072003";
  6318.     Time         = "0700";
  6319.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  6320. End
  6321.  
  6322. File gid_File_Txt_License
  6323.     Name         = "license01.txt";
  6324.     PackedName     = "f0_076";
  6325.     Size         = 7760;
  6326.     Dir             = gid_Dir_Share_Readme;
  6327.     Carrier         = gid_DataCarrier;
  6328.     UnixRights     = 444;
  6329.     Date         = "04072003";
  6330.     Time         = "0700";
  6331.     Styles         = (PACKED, SETUPZIP, SCPZIP_REPLACE);
  6332. End
  6333.  
  6334. File gid_File_User_Registry_Cache_All_Delete_Only
  6335.     Name         = "*.*";
  6336.     Dir             = gid_Dir_User_Registry_Cache;
  6337.     Carrier         = gid_DataCarrier;
  6338.     UnixRights     = 444;
  6339.     Date         = "04072003";
  6340.     Time         = "0700";
  6341.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  6342. End
  6343.  
  6344. File gid_File_Lib_Odbc_2
  6345.     Name         = "odbc2.dll";
  6346.     PackedName     = "f_0303";
  6347.     Size         = 17920;
  6348.     Dir             = gid_Dir_Program;
  6349.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6350.     Carrier         = gid_DataCarrier;
  6351.     UnixRights     = 444;
  6352.     Date         = "04072003";
  6353.     Time         = "0700";
  6354.     Styles         = (PACKED, UNO_COMPONENT);
  6355. End
  6356.  
  6357. File gid_File_Extra_Edit_Asp
  6358.     Name         = "edit.asp";
  6359.     PackedName     = "f_0304";
  6360.     Size         = 184;
  6361.     Dir             = gid_Dir_Config_Webcast;
  6362.     Carrier         = gid_DataCarrier;
  6363.     UnixRights     = 444;
  6364.     Date         = "04072003";
  6365.     Time         = "0700";
  6366.     Styles         = (PACKED);
  6367. End
  6368.  
  6369. File gid_File_Res_Jvm
  6370.     Name         = "jvm64501.res";
  6371.     PackedName     = "f0_077";
  6372.     Size         = 6050;
  6373.     Dir             = gid_Dir_Resource;
  6374.     Carrier         = gid_DataCarrier;
  6375.     UnixRights     = 444;
  6376.     Date         = "04072003";
  6377.     Time         = "0700";
  6378.     Styles         = (PACKED, SETUPZIP);
  6379. End
  6380.  
  6381. File gid_File_Dtd_Module
  6382.     Name         = "module.dtd";
  6383.     PackedName     = "f_0305";
  6384.     Size         = 2403;
  6385.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  6386.     Carrier         = gid_DataCarrier;
  6387.     UnixRights     = 444;
  6388.     Date         = "04072003";
  6389.     Time         = "0700";
  6390.     Styles         = (PACKED);
  6391. End
  6392.  
  6393. File gid_File_User_Config_All_Scs_Delete_Only
  6394.     Name         = "*.*";
  6395.     Dir             = gid_Dir_User_Config;
  6396.     Carrier         = gid_DataCarrier;
  6397.     UnixRights     = 444;
  6398.     Date         = "04072003";
  6399.     Time         = "0700";
  6400.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  6401. End
  6402.  
  6403. File gid_File_Jar_XSLTValidate
  6404.     Name         = "XSLTValidate.jar";
  6405.     PackedName     = "f_0306";
  6406.     Size         = 4858;
  6407.     Dir             = gid_Dir_Classes;
  6408.     Carrier         = gid_DataCarrier;
  6409.     UnixRights     = 444;
  6410.     Date         = "04072003";
  6411.     Time         = "0700";
  6412.     Styles         = (PACKED, DONT_OVERWRITE);
  6413. End
  6414.  
  6415. File gid_File_Exe_Quickstart
  6416.     Name         = "quickstart.exe";
  6417.     PackedName     = "f_0307";
  6418.     Size         = 61440;
  6419.     Dir             = gid_Dir_Program;
  6420.     Carrier         = gid_DataCarrier;
  6421.     UnixRights     = 555;
  6422.     Date         = "04072003";
  6423.     Time         = "0700";
  6424.     Styles         = (PACKED);
  6425. End
  6426.  
  6427. File gid_File_Extra_Tplwizagenda_Lang
  6428.     Name         = "tplwizagenda01.zip";
  6429.     PackedName     = "f_0308";
  6430.     Size         = 30435;
  6431.     ArchiveFiles = 3;
  6432.     ArchiveSize     = 32985;
  6433.     Dir             = gid_Dir_Template_Wizard;
  6434.     Carrier         = gid_DataCarrier;
  6435.     UnixRights     = 444;
  6436.     Date         = "04072003";
  6437.     Time         = "0700";
  6438.     Styles         = (ARCHIVE);
  6439. End
  6440.  
  6441. File gid_File_Lib_Uwinapi
  6442.     Name         = "uwinapi.dll";
  6443.     PackedName     = "f0_078";
  6444.     Size         = 98304;
  6445.     Dir             = gid_Dir_Program;
  6446.     Carrier         = gid_DataCarrier;
  6447.     UnixRights     = 444;
  6448.     Date         = "04072003";
  6449.     Time         = "0700";
  6450.     Styles         = (PACKED, SETUPZIP);
  6451. End
  6452.  
  6453. File gid_File_Res_XsltDlg
  6454.     Name         = "xsltdlg64501.res";
  6455.     PackedName     = "f_0309";
  6456.     Size         = 6096;
  6457.     Dir             = gid_Dir_Resource;
  6458.     Carrier         = gid_DataCarrier;
  6459.     UnixRights     = 444;
  6460.     Date         = "04072003";
  6461.     Time         = "0700";
  6462.     Styles         = (PACKED);
  6463. End
  6464.  
  6465. File gid_File_Lib_Rdbtdp
  6466.     Name         = "regtypeprov.uno.dll";
  6467.     PackedName     = "f0_079";
  6468.     Size         = 106496;
  6469.     Dir             = gid_Dir_Program;
  6470.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6471.     Carrier         = gid_DataCarrier;
  6472.     UnixRights     = 444;
  6473.     Date         = "04072003";
  6474.     Time         = "0700";
  6475.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  6476. End
  6477.  
  6478. File gid_File_Jar_Ridl
  6479.     Name         = "ridl.jar";
  6480.     PackedName     = "f0_080";
  6481.     Size         = 276328;
  6482.     Dir             = gid_Dir_Classes;
  6483.     Carrier         = gid_DataCarrier;
  6484.     UnixRights     = 444;
  6485.     Date         = "04072003";
  6486.     Time         = "0700";
  6487.     Styles         = (PACKED, SETUPZIP);
  6488. End
  6489.  
  6490. File gid_File_Lib_Fwe
  6491.     Name         = "fwe645mi.dll";
  6492.     PackedName     = "f_0310";
  6493.     Size         = 299008;
  6494.     Dir             = gid_Dir_Program;
  6495.     Carrier         = gid_DataCarrier;
  6496.     UnixRights     = 444;
  6497.     Date         = "04072003";
  6498.     Time         = "0700";
  6499.     Styles         = (PACKED);
  6500. End
  6501.  
  6502. File gid_File_Res_Pdffilter
  6503.     Name         = "pdffilter64501.res";
  6504.     PackedName     = "f_0311";
  6505.     Size         = 2260;
  6506.     Dir             = gid_Dir_Resource;
  6507.     Carrier         = gid_DataCarrier;
  6508.     UnixRights     = 444;
  6509.     Date         = "04072003";
  6510.     Time         = "0700";
  6511.     Styles         = (PACKED);
  6512. End
  6513.  
  6514. File gid_File_OO_Office_Typedetection_Xcs
  6515.     Name         = "TypeDetection.xcs";
  6516.     PackedName     = "f_0312";
  6517.     Size         = 1902;
  6518.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  6519.     Carrier         = gid_DataCarrier;
  6520.     UnixRights     = 444;
  6521.     Date         = "04072003";
  6522.     Time         = "0700";
  6523.     Styles         = (PACKED);
  6524. End
  6525.  
  6526. File gid_File_Lib_Sysdtrans
  6527.     Name         = "sysdtrans.dll";
  6528.     PackedName     = "f0_081";
  6529.     Size         = 102400;
  6530.     Dir             = gid_Dir_Program;
  6531.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6532.     Carrier         = gid_DataCarrier;
  6533.     UnixRights     = 444;
  6534.     Date         = "04072003";
  6535.     Time         = "0700";
  6536.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  6537. End
  6538.  
  6539. File gid_File_Basic_User
  6540.     Name         = "basicusr.zip";
  6541.     PackedName     = "f_0313";
  6542.     Size         = 842;
  6543.     ArchiveFiles = 2;
  6544.     ArchiveSize     = 1824;
  6545.     Dir             = gid_Dir_User_Basic;
  6546.     Carrier         = gid_DataCarrier;
  6547.     UnixRights     = 644;
  6548.     Date         = "04072003";
  6549.     Time         = "0700";
  6550.     Styles         = (ARCHIVE, WORKSTATION);
  6551. End
  6552.  
  6553. File gid_File_User_Backup_All_Delete_Only
  6554.     Name         = "*.*";
  6555.     Dir             = gid_Dir_Backup;
  6556.     Carrier         = gid_DataCarrier;
  6557.     UnixRights     = 444;
  6558.     Date         = "04072003";
  6559.     Time         = "0700";
  6560.     Styles         = (CHECK_TIMESTAMP, DELETE_ONLY);
  6561. End
  6562.  
  6563. File gid_File_Lib_Ftransl
  6564.     Name         = "ftransl.dll";
  6565.     PackedName     = "f0_082";
  6566.     Size         = 53760;
  6567.     Dir             = gid_Dir_Program;
  6568.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  6569.     Carrier         = gid_DataCarrier;
  6570.     UnixRights     = 444;
  6571.     Date         = "04072003";
  6572.     Time         = "0700";
  6573.     Styles         = (PACKED, SETUPZIP, UNO_COMPONENT);
  6574. End
  6575.  
  6576. File gid_File_Lib_Db31
  6577.     Name         = "libdb32.dll";
  6578.     PackedName     = "f_0314";
  6579.     Size         = 417792;
  6580.     Dir             = gid_Dir_Program;
  6581.     Carrier         = gid_DataCarrier;
  6582.     UnixRights     = 444;
  6583.     Date         = "04072003";
  6584.     Time         = "0700";
  6585.     Styles         = (PACKED);
  6586. End
  6587.  
  6588. File gid_File_Bin_Soffice
  6589.     Name         = "soffice.exe";
  6590.     PackedName     = "f_0315";
  6591.     Size         = 389120;
  6592.     Dir             = gid_Dir_Program;
  6593.     Carrier         = gid_DataCarrier;
  6594.     UnixRights     = 555;
  6595.     Date         = "04072003";
  6596.     Time         = "0700";
  6597.     Styles         = (PACKED, PATCH_SO_NAME);
  6598. End
  6599.  
  6600. Shortcut gid_Shortcut_Soffice
  6601.     Name         = "%PRODUCTNAME %PRODUCTVERSION";
  6602.     FileID         = gid_File_Bin_Soffice;
  6603.     Dir             = PREDEFINED_PROGDIR;
  6604.     Styles         = (RELATIVE, STANDALONE, WORKSTATION);
  6605. End
  6606.  
  6607. File gid_File_Dtd_Libraries
  6608.     Name         = "libraries.dtd";
  6609.     PackedName     = "f_0316";
  6610.     Size         = 2676;
  6611.     Dir             = gid_Dir_Share_Dtd_Ooo_1_0;
  6612.     Carrier         = gid_DataCarrier;
  6613.     UnixRights     = 444;
  6614.     Date         = "04072003";
  6615.     Time         = "0700";
  6616.     Styles         = (PACKED);
  6617. End
  6618.  
  6619. File gid_File_Lib_Icuuc
  6620.     Name         = "icuuc22.dll";
  6621.     PackedName     = "f0_083";
  6622.     Size         = 471040;
  6623.     Dir             = gid_Dir_Program;
  6624.     Carrier         = gid_DataCarrier;
  6625.     UnixRights     = 444;
  6626.     Date         = "04072003";
  6627.     Time         = "0700";
  6628.     Styles         = (PACKED, SETUPZIP);
  6629. End
  6630.  
  6631. File gid_File_Basic_Euro
  6632.     Name         = "basicsrveuro.zip";
  6633.     PackedName     = "f_0317";
  6634.     Size         = 24164;
  6635.     ArchiveFiles = 12;
  6636.     ArchiveSize     = 82156;
  6637.     Dir             = gid_Dir_Basic_Euro;
  6638.     Carrier         = gid_DataCarrier;
  6639.     UnixRights     = 444;
  6640.     Date         = "04072003";
  6641.     Time         = "0700";
  6642.     Styles         = (ARCHIVE);
  6643. End
  6644.  
  6645. File gid_File_OO_Office_Jobs_Xcs
  6646.     Name         = "Jobs.xcs";
  6647.     PackedName     = "f_0318";
  6648.     Size         = 969;
  6649.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  6650.     Carrier         = gid_DataCarrier;
  6651.     UnixRights     = 444;
  6652.     Date         = "04072003";
  6653.     Time         = "0700";
  6654.     Styles         = (PACKED);
  6655. End
  6656.  
  6657. File gid_File_Fnt_Opensymb
  6658.     Name         = "opens___.ttf";
  6659.     PackedName     = "f_0319";
  6660.     FontName     = "OpenSymbol";
  6661.     Size         = 47164;
  6662.     Dir             = PREDEFINED_OSSYSTEMFONTDIR;
  6663.     NetDir         = gid_Dir_Winfonts;
  6664.     Carrier         = gid_DataCarrier;
  6665.     UnixRights     = 444;
  6666.     Date         = "04072003";
  6667.     Time         = "0700";
  6668.     Styles         = (PACKED, FONT, FONT_WARN_IF_EXISTS, DONT_DELETE);
  6669. End
  6670.  
  6671. File gid_File_User_Template_All_Delete_Only
  6672.     Name         = "*.*";
  6673.     Dir             = gid_Dir_User_Template;
  6674.     Carrier         = gid_DataCarrier;
  6675.     UnixRights     = 444;
  6676.     Date         = "04072003";
  6677.     Time         = "0700";
  6678.     Styles         = (WORKSTATION, CHECK_TIMESTAMP, DELETE_ONLY);
  6679. End
  6680.  
  6681. File gid_File_Res_Tplx
  6682.     Name         = "tplx64501.res";
  6683.     PackedName     = "f0_084";
  6684.     Size         = 1948;
  6685.     Dir             = gid_Dir_Resource;
  6686.     Carrier         = gid_DataCarrier;
  6687.     UnixRights     = 444;
  6688.     Date         = "04072003";
  6689.     Time         = "0700";
  6690.     Styles         = (PACKED, SETUPZIP);
  6691. End
  6692.  
  6693. File gid_File_OO_Office_ProtocolHandler_Xcs
  6694.     Name         = "ProtocolHandler.xcs";
  6695.     PackedName     = "f_0320";
  6696.     Size         = 535;
  6697.     Dir             = gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office;
  6698.     Carrier         = gid_DataCarrier;
  6699.     UnixRights     = 444;
  6700.     Date         = "04072003";
  6701.     Time         = "0700";
  6702.     Styles         = (PACKED);
  6703. End
  6704.  
  6705. File gid_File_OO_Office_ProtocolHandler_Xcu
  6706.     Name         = "ProtocolHandler.xcu";
  6707.     PackedName     = "f_0321";
  6708.     Size         = 1177;
  6709.     Dir             = gid_Dir_Share_Registry_Data_Org_OpenOffice_Office;
  6710.     Carrier         = gid_DataCarrier;
  6711.     UnixRights     = 444;
  6712.     Date         = "04072003";
  6713.     Time         = "0700";
  6714.     Styles         = (PACKED);
  6715. End
  6716.  
  6717. File gid_File_Lib_Localedata_Others
  6718.     Name         = "localedata_others.dll";
  6719.     PackedName     = "f0_085";
  6720.     Size         = 225280;
  6721.     Dir             = gid_Dir_Program;
  6722.     Carrier         = gid_DataCarrier;
  6723.     UnixRights     = 444;
  6724.     Date         = "04072003";
  6725.     Time         = "0700";
  6726.     Styles         = (PACKED, SETUPZIP);
  6727. End
  6728.  
  6729. File gid_File_Jar_Accessbridge
  6730.     Name         = "java_uno_accessbridge.jar";
  6731.     PackedName     = "f0_086";
  6732.     Size         = 167186;
  6733.     Dir             = gid_Dir_Classes;
  6734.     Carrier         = gid_DataCarrier;
  6735.     UnixRights     = 444;
  6736.     Date         = "04072003";
  6737.     Time         = "0700";
  6738.     Styles         = (PACKED, DONT_OVERWRITE, SETUPZIP);
  6739. End
  6740.  
  6741. File gid_File_Extra_Common_Inc
  6742.     Name         = "common.inc";
  6743.     PackedName     = "f_0322";
  6744.     Size         = 2903;
  6745.     Dir             = gid_Dir_Config_Webcast;
  6746.     Carrier         = gid_DataCarrier;
  6747.     UnixRights     = 444;
  6748.     Date         = "04072003";
  6749.     Time         = "0700";
  6750.     Styles         = (PACKED);
  6751. End
  6752.  
  6753. Procedure gid_Procedure_Preselect
  6754.     ProcName     = "PreSelect";
  6755.     Styles         = (STANDALONE, INSTALL, BEFORE_INST, PRE_SELECT_MODULE);
  6756.     Code         = {Sub PreSelect
  6757.  
  6758.     REM searching for the Internet Explorer installation
  6759.     REM in PREDEFINED_HKEY_LOCAL_MACHINE\Software\Microsoft\InternetExplorer\Version
  6760.     REM If the Version is >= 5, we can install our plugin. Otherwise the module
  6761.     REM has to be hidden.
  6762.  
  6763.     REM This basic script has only to be executed in a Standalone installation,
  6764.     REM to determine whether the module shall be visible or not.
  6765.     REM In a Network-Installation (Server side) the module must always be
  6766.     REM visible (of course this must be independent from the IE installed
  6767.     REM on the server side.
  6768.  
  6769.     dim strRegVersionKey as string
  6770.     dim strRegVersionNumber as string
  6771.     dim isLocalInstType as boolean
  6772.     dim isIE5orMore as boolean
  6773.  
  6774.     isLocalInstType = GetsetupEnv.IsLocal
  6775.  
  6776.     if ( isLocalInstType ) then                REM This is a Standalone installation
  6777.  
  6778.         isIE5orMore = false
  6779.  
  6780.         strRegVersionKey = GetRegValue( "HKEY_LOCAL_MACHINE", "Software\Microsoft\Internet Explorer", "Version")
  6781.  
  6782.          if ( Len(strRegVersionKey) > 0 ) then
  6783.  
  6784.             strRegVersionNumber = Left$(strRegVersionKey,1)
  6785.  
  6786.             if ( (strRegVersionNumber = 5) or (strRegVersionNumber = 6) or (strRegVersionNumber = 7) or (strRegVersionNumber = 8) or (strRegVersionNumber = 9) ) then
  6787.  
  6788.                 isIE5orMore = true
  6789.  
  6790.                endif
  6791.  
  6792.          endif
  6793.  
  6794.         if ( not isIE5orMore ) then
  6795.             SetHiddenModuleByID("gid_Module_Optional_Activexcontrol", TRUE)
  6796.         else
  6797.             SetDefaultModuleByID("gid_Module_Optional_Activexcontrol", TRUE)
  6798.         endif
  6799.  
  6800.     endif
  6801.  
  6802. End Sub};
  6803. End
  6804.  
  6805. Procedure gid_Procedure_Kill_Plugin_Wrkstn
  6806.     ProcName     = "Kill_Plugin_Wrkstn";
  6807.     Styles         = (WORKSTATION, INSTALL, AFTER_INST);
  6808.     Code         = {Sub Kill_Plugin_Wrkstn
  6809.  
  6810.     Dim Dir_share
  6811.     Dim Dir_autocorr
  6812.     Dim Dir_program
  6813.     Dim Dir_addin
  6814.  
  6815.     Dir_share = DirEntry(GetSetupEnv.DestPath, "share")
  6816.     Dir_autocorr = DirEntry(Dir_share, "autocorr")
  6817.     rmdir Dir_autocorr
  6818.     rmdir Dir_share
  6819.  
  6820.     Dir_program = DirEntry(GetSetupEnv.DestPath, "program")
  6821.     Dir_addin = DirEntry(Dir_program, "addin")
  6822.     rmdir Dir_addin
  6823.     rmdir Dir_program
  6824.  
  6825. End Sub
  6826.  
  6827. };
  6828. End
  6829.  
  6830. Procedure gid_Procedure_Kill_Dirs
  6831.     ProcName     = "Kill_Dirs";
  6832.     Styles         = (STANDALONE, NETWORK, UNINSTALL, BEFORE_INST);
  6833.     Code         = {Sub Kill_Dirs
  6834.     Dim strPath  As String
  6835.     Dim strDirName  As String
  6836.     Dim strSubDirName(26) As String
  6837.     Dim strFileName As String
  6838.     Dim strFullFileName As String
  6839.     Dim i As Integer
  6840.     Dim k As Integer
  6841.  
  6842.  
  6843.     strPath = DirEntry(GetSetupEnv.DestPath, "share", "wordbook" )
  6844.     i = 0
  6845.  
  6846.     Rem Hole SubDirectorys
  6847.     strDirName = Dir( strPath, ATTR_DIRECTORY )
  6848.  
  6849.     Do While strDirName <> ""
  6850.             If (strDirName <> ".")  And (strDirName <> "..") Then
  6851.                rem MsgBox("strDirName = " & strDirName)
  6852.         strSubDirName(i) = DirEntry( strPath, strDirName )
  6853.         i = i + 1
  6854.         EndIf
  6855.             strDirName = Dir
  6856.        Loop
  6857.  
  6858.     Rem Alle Files in den SubDirs l÷schen
  6859.     For k=0 to i-1
  6860.                strFileName = Dir( strSubDirName(k), ATTR_NORMAL )
  6861.         Do While strFileName <> ""
  6862.                 If (strFileName <> ".")  And (strFileName <> "..") Then
  6863.             strFullFileName = DirEntry( strSubDirName(k), strFileName )
  6864.                    rem MsgBox("strFullFileName = " & strFullFileName)
  6865.             kill strFullFileName
  6866.                    EndIf
  6867.                 strFileName = Dir
  6868.            Loop
  6869.      next k
  6870.  
  6871.         End Sub
  6872. };
  6873. End
  6874.  
  6875. Procedure gid_Procedure_Languageselect
  6876.     ProcName     = "LanguageSelect";
  6877.     Styles         = (STANDALONE, NETWORK, INSTALL, BEFORE_INST, LANGUAGE_SELECT_MODULE);
  6878.     Code         = {Sub LanguageSelect
  6879.         dim arrayLanguages()
  6880.         dim anzahl
  6881.         dim i
  6882.         if ( Not IsResponsefileMode() ) then
  6883.           arrayLanguages = GetSelectedLanguages
  6884.           anzahl = UBound(arrayLanguages)
  6885.  
  6886.           For i=0 To anzahl
  6887.  
  6888.                 Select Case arrayLanguages(i)
  6889.                 Case 01
  6890.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Enus", True)
  6891.                 Case 03
  6892.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Port", True)
  6893.                 Case 07
  6894.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Russian", True)
  6895.                 Case 30
  6896.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Greek", True)
  6897.                 Case 31
  6898.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Dutch", True)
  6899.                 Case 33
  6900.                         SetDefaultModuleByID ("gid_Module_Optional_Language_France", True)
  6901.                 Case 34
  6902.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Spain", True)
  6903.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Catalan", True)
  6904.                 Case 35
  6905.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Finnish", True)
  6906.                 Case 36
  6907.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Hungarian", True)
  6908.                 Case 39
  6909.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Italy", True)
  6910.                 Case 42
  6911.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Czech", True)
  6912.                 Case 43
  6913.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Slovak", True)
  6914.                 Case 44
  6915.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Engb", True)
  6916.                 Case 45
  6917.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Danish", True)
  6918.                 Case 46
  6919.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Swedish", True)
  6920.                 Case 47
  6921.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Norwegian", True)
  6922.                 Case 48
  6923.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Polish", True)
  6924.                 Case 49
  6925.                         SetDefaultModuleByID ("gid_Module_Optional_Language_German", True)
  6926.                 Case 55
  6927.                         SetDefaultModuleByID ("gid_Module_Optional_Language_Brazilian", True)
  6928.                 End Select
  6929.           Next i
  6930.         Endif
  6931. End Sub
  6932.  
  6933. };
  6934. End
  6935.  
  6936. Procedure gid_Procedure_Copy_Iso_Res
  6937.     ProcName     = "CopyIsoRes";
  6938.     Styles         = (STANDALONE, NETWORK, INSTALL, AFTER_INST);
  6939.     Code         = {Sub  CopyIsoRes
  6940.     rem is, 09.10.2000
  6941.     rem Renames the ooo-res into iso-res for OpenOffice
  6942.     dim resourcePath As String
  6943.     dim intVclNr as integer
  6944.     dim i as integer
  6945.     dim countrynumber as integer
  6946.     dim aFileName as String
  6947.     dim quelldatei as String
  6948.     dim zieldatei as String
  6949.     dim isoresource as String
  6950.     dim newisoresource as String
  6951.  
  6952.     countrynumber = 30
  6953.  
  6954.     dim countrystrings(countrynumber) as String
  6955.  
  6956.     countrystrings(0) = "01"
  6957.     countrystrings(1) = "03"
  6958.     countrystrings(2) = "07"
  6959.     countrystrings(3) = "30"
  6960.     countrystrings(4) = "31"
  6961.     countrystrings(5) = "33"
  6962.     countrystrings(6) = "34"
  6963.     countrystrings(7) = "35"
  6964.     countrystrings(8) = "36"
  6965.     countrystrings(9) = "37"
  6966.     countrystrings(10) = "39"
  6967.     countrystrings(11) = "42"
  6968.     countrystrings(12) = "43"
  6969.     countrystrings(13) = "44"
  6970.     countrystrings(14) = "45"
  6971.     countrystrings(15) = "46"
  6972.     countrystrings(16) = "47"
  6973.     countrystrings(17) = "48"
  6974.     countrystrings(18) = "49"
  6975.     countrystrings(19) = "55"
  6976.     countrystrings(20) = "66"
  6977.     countrystrings(21) = "77"
  6978.     countrystrings(22) = "81"
  6979.     countrystrings(23) = "82"
  6980.     countrystrings(24) = "86"
  6981.     countrystrings(25) = "88"
  6982.     countrystrings(26) = "90"
  6983.     countrystrings(27) = "91"
  6984.     countrystrings(28) = "96"
  6985.     countrystrings(29) = "97"
  6986.     countrystrings(30) = "99"
  6987.  
  6988.     resourcePath = DirEntry( GetSetupEnv.DestPath, "program", "resource" )
  6989.     intVclNr = GetMajor()
  6990.  
  6991.     for i=0 to countrynumber
  6992.  
  6993.     isoresource = "ooo" & intVclNr & countrystrings(i) & ".res"
  6994.     newisoresource = "iso" & intVclNr & countrystrings(i) & ".res"
  6995.     aFileName = Dir(resourcePath,0)
  6996.        Do while (aFileName <> "")
  6997.          If (aFileName = isoresource) Then
  6998.             quelldatei = DirEntry(resourcePath, isoresource)
  6999.             zieldatei = DirEntry(resourcePath, newisoresource)
  7000.             FileCopy (quelldatei, zieldatei)
  7001.          End If
  7002.          aFileName = Dir
  7003.        Loop
  7004.  
  7005.     next i
  7006.  
  7007.     End Sub
  7008. };
  7009. End
  7010.  
  7011. Procedure gid_Procedure_Copy_Readme_File
  7012.     ProcName     = "Copy_Readme_File";
  7013.     Styles         = (STANDALONE, NETWORK, WORKSTATION, INSTALL, REPAIRABLE, AFTER_INST);
  7014.     Code         = {Sub Copy_Readme_File
  7015.         Dim sourceFile As String
  7016.         Dim completeSourceFile As String
  7017.         Dim sourcePath As String
  7018.         Dim destFile As String
  7019.         Dim completeDestFile As String
  7020.         Dim destPath As String
  7021.  
  7022.         dim UILanguage As Integer
  7023.         dim UIString As String
  7024.  
  7025.         dim aLanguages As Object
  7026.         dim nCount As Integer
  7027.         dim i As Integer
  7028.         dim bLanguageFound As Boolean
  7029.  
  7030.         UILanguage = GetUILanguage()
  7031.         aLanguages = GetSelectedLanguages()
  7032.         nCount = UBound( aLanguages )
  7033.  
  7034.         bLanguageFound = false
  7035.  
  7036.         FOR i = 0 To nCount
  7037.             IF aLanguages(i) = UILanguage THEN
  7038.                 bLanguageFound = true
  7039.             ENDIF
  7040.         NEXT i
  7041.  
  7042.         IF ( bLanguageFound = false ) THEN
  7043.             UILanguage = aLanguages(0)
  7044.         ENDIF
  7045.  
  7046.         If ( UILanguage < 10 ) Then
  7047.             UIString = "0" & UILanguage
  7048.         Else
  7049.             UIString = UILanguage
  7050.         Endif
  7051.  
  7052.         If GetsetupEnv.InstallMode = "IM_WORKSTATION" Then
  7053.             sourcePath = DirEntry(GetSetupEnv.SourcePath, "share", "readme")
  7054.         Else
  7055.             sourcePath = DirEntry(GetSetupEnv.DestPath, "share", "readme")
  7056.         Endif
  7057.  
  7058.         destPath = DirEntry(GetSetupEnv.DestPath)
  7059.  
  7060.  
  7061.         sourceFile = "readme" & UIString & ".txt"
  7062.         destFile = "readme.txt"
  7063.  
  7064.  
  7065.  
  7066.  
  7067.         completeSourceFile = DirEntry(sourcePath, sourceFile)
  7068.         completeDestFile = DirEntry(destPath, destFile)
  7069.         FileCopy(completeSourceFile, completeDestFile)
  7070.  
  7071.  
  7072.         sourceFile = "license" & UIString & ".txt"
  7073.         destFile = "license.txt"
  7074.  
  7075.  
  7076.  
  7077.  
  7078.         completeSourceFile = DirEntry(sourcePath, sourceFile)
  7079.         completeDestFile = DirEntry(destPath, destFile)
  7080.         FileCopy(completeSourceFile, completeDestFile)
  7081.  
  7082.  
  7083.         sourceFile = "readme" & UIString & ".html"
  7084.         destFile = "readme.html"
  7085.  
  7086.  
  7087.  
  7088.  
  7089.         completeSourceFile = DirEntry(sourcePath, sourceFile)
  7090.         completeDestFile = DirEntry(destPath, destFile)
  7091.         FileCopy(completeSourceFile, completeDestFile)
  7092.  
  7093.  
  7094.         sourceFile = "license" & UIString & ".html"
  7095.         destFile = "license.html"
  7096.  
  7097.  
  7098.  
  7099.  
  7100.         completeSourceFile = DirEntry(sourcePath, sourceFile)
  7101.         completeDestFile = DirEntry(destPath, destFile)
  7102.         FileCopy(completeSourceFile, completeDestFile)
  7103.  
  7104.     End Sub
  7105.  
  7106. };
  7107. End
  7108.  
  7109. Procedure gid_Procedure_Remove_Readme_File
  7110.     ProcName     = "Remove_Readme_Files";
  7111.     Styles         = (STANDALONE, NETWORK, WORKSTATION, UNINSTALL, BEFORE_INST);
  7112.     Code         = {Sub Remove_Readme_Files
  7113.         Dim readmePath As String
  7114.         Dim readmeFile As String
  7115.         Dim completeFile As String
  7116.  
  7117.         readmePath = DirEntry(GetSetupEnv.DestPath)
  7118.  
  7119.  
  7120.         readmeFile = "readme.txt"
  7121.  
  7122.  
  7123.  
  7124.         completeFile = DirEntry(readmePath, readmeFile)
  7125.         kill completeFile
  7126.  
  7127.  
  7128.         readmeFile = "readme.html"
  7129.  
  7130.  
  7131.  
  7132.         completeFile = DirEntry(readmePath, readmeFile)
  7133.         kill completeFile
  7134.  
  7135.  
  7136.         readmeFile = "license.txt"
  7137.  
  7138.  
  7139.  
  7140.         completeFile = DirEntry(readmePath, readmeFile)
  7141.         kill completeFile
  7142.  
  7143.  
  7144.         readmeFile = "license.html"
  7145.  
  7146.  
  7147.  
  7148.         completeFile = DirEntry(readmePath, readmeFile)
  7149.         kill completeFile
  7150.  
  7151.     End Sub
  7152. };
  7153. End
  7154.  
  7155. Procedure gid_Procedure_Start_Regsvrex
  7156.     ProcName     = "Start_Regsvrex";
  7157.     Styles         = (STANDALONE, WORKSTATION, INSTALL, AFTER_INST);
  7158.     Code         = {Sub Start_Regsvrex
  7159.     Dim regsvrexPath As String
  7160.     Dim shlxthdlPath As String
  7161.     Dim programPath As String
  7162.  
  7163.     If GetsetupEnv.InstallMode = "IM_WORKSTATION" Then
  7164.         programPath = DirEntry(GetSetupEnv.SourcePath, "program")
  7165.     Else
  7166.         programPath = DirEntry(GetSetupEnv.DestPath, "program")
  7167.     Endif
  7168.  
  7169.     regsvrexPath = DirEntry(programPath, "regsvrex.exe")
  7170.     shlxthdlPath = DirEntry(programPath, "shlxthdl.dll")
  7171.  
  7172.     executeString = "'" & regsvrexPath & "' '" & shlxthdlPath & "'"
  7173.  
  7174.     REM msgbox "Aufruf von: " & executeString
  7175.  
  7176.     shell(executeString)
  7177.  
  7178.     End Sub
  7179. };
  7180. End
  7181.  
  7182. Procedure gid_Procedure_Uninstall_Regsvrex
  7183.     ProcName     = "Uninstall_Regsvrex";
  7184.     Styles         = (STANDALONE, WORKSTATION, UNINSTALL, BEFORE_INST);
  7185.     Code         = {Sub Uninstall_Regsvrex
  7186.     Dim regsvrexPath As String
  7187.     Dim shlxthdlPath As String
  7188.     Dim programPath As String
  7189.  
  7190.     If GetsetupEnv.InstallMode = "IM_WORKSTATION" Then
  7191.         programPath = DirEntry(GetSetupEnv.SourcePath, "program")
  7192.     Else
  7193.         programPath = DirEntry(GetSetupEnv.DestPath, "program")
  7194.     Endif
  7195.  
  7196.     regsvrexPath = DirEntry(programPath, "regsvrex.exe")
  7197.     shlxthdlPath = DirEntry(programPath, "shlxthdl.dll")
  7198.  
  7199.     executeString = "'" & regsvrexPath & "' /u '" & shlxthdlPath & "'"
  7200.  
  7201.     REM msgbox "Aufruf von: " & executeString
  7202.  
  7203.     shell(executeString)
  7204.  
  7205.     End Sub
  7206. };
  7207. End
  7208.  
  7209. Custom gid_Custom_Del
  7210.     FileName     = "del645mi.dll";
  7211.     Styles         = (STANDALONE, WORKSTATION, EXEC_DEINST_BEFORE);
  7212. End
  7213.  
  7214. Custom gid_Custom_Usp
  7215.     FileName     = "usp645mi.dll";
  7216.     Styles         = (STANDALONE, WORKSTATION, EXEC_INST_BEFORE, EXEC_INST_AFTER, EXEC_DEINST_BEFORE, EXEC_MODIFY_BEFORE, EXEC_MODIFY_AFTER);
  7217. End
  7218.  
  7219. Custom gid_Custom_Reg4msdoc
  7220.     FileName     = "reg4msdoc645mi.dll";
  7221.     Styles         = (STANDALONE, WORKSTATION, EXEC_INST_BEFORE, EXEC_INST_AFTER, EXEC_DEINST_BEFORE, EXEC_MODIFY_BEFORE, EXEC_MODIFY_AFTER, REPAIRABLE, KEEP_ALIVE);
  7222. End
  7223.  
  7224. Custom gid_Custom_Jvm
  7225.     FileName     = "jvm645mi.dll";
  7226.     Styles         = (STANDALONE, NETWORK, WORKSTATION, EXEC_INST_BEFORE, REPAIRABLE);
  7227.     Code         = {
  7228.         [Install]
  7229.  
  7230.  
  7231.  
  7232.  
  7233.  
  7234.  
  7235.         RequiredVersion=1.4.0_02
  7236.         ExcludeVersion=1.4.1
  7237.         InstallationPath=.
  7238.         AdditionalClasspath=<OFFICE_CLASSDIR>\classes.jar;<OFFICE_CLASSDIR>\sandbox.jar;<OFFICE_CLASSDIR>\ridl.jar;<OFFICE_CLASSDIR>\unoil.jar;<OFFICE_CLASSDIR>\jurt.jar;<OFFICE_CLASSDIR>\juh.jar;<OFFICE_CLASSDIR>\java_uno.jar;<OFFICE_CLASSDIR>\xt.jar;<OFFICE_CLASSDIR>\jaxp.jar;<OFFICE_CLASSDIR>\java_uno_accessbridge.jar;<OFFICE_CLASSDIR>\aportisdoc.jar;<OFFICE_CLASSDIR>\htmlsoff.jar;<OFFICE_CLASSDIR>\jmc.jar;<OFFICE_CLASSDIR>\minicalc.jar;<OFFICE_CLASSDIR>\pexcel.jar;<OFFICE_CLASSDIR>\pocketword.jar;<OFFICE_CLASSDIR>\XFlatXml.jar;<OFFICE_CLASSDIR>\xmerge.jar;<OFFICE_CLASSDIR>\XMergeBridge.jar;
  7239.         CPLD=0
  7240.     };
  7241. End
  7242.  
  7243. Module gid_Module_Root
  7244.     Name         = "OpenOffice";
  7245.     Description     = "OpenOffice";
  7246.     Files         = (gid_File_User_Config_All_Bak_Delete_Only, gid_File_Lib_I18n, gid_File_Fnt_Veramobd, gid_File_Fnt_Veramobi, gid_File_OO_Vcl_Xcs, gid_File_Lib_Ole, gid_File_Jar_Sandbox, gid_File_Lib_Proxyset, gid_File_Lib_Smgr, gid_File_Lib_Dbghelp, 
  7247.                     gid_File_Extra_Tplwizreport_Lang, gid_File_Lib_Dtrans, gid_File_Res_Wwz, gid_File_Lib_Evtatt, gid_File_Lib_Insp, gid_File_OO_Office_Commands_Xcs, gid_File_Lib_Mcnttype, GID_FILE_LIB_SPELL, gid_File_Lib_Dict_Ja, gid_File_Lib_Ucppkg1, 
  7248.                     gid_File_Lib_Tdmgr, gid_File_Share_Uno_Packages_Cache_All_Delete_Only, gid_File_Extra_Tplwizletter_Lang, gid_File_Lib_Reg4msdoc, gid_File_User_Config_All_Cfg_Delete_Only, gid_File_Lib_Acceptor, gid_File_Bmp_Installation, gid_File_Share_Uno_Packages_Office_All_Delete_Only, gid_File_Extra_Gallwwwback, gid_File_Extra_Gallbullets, 
  7249.                     gid_File_Help_Sbasic_Zip, gid_File_Txt_Readme_Html, gid_File_Extra_Wordbook_Lang, gid_File_Lib_Srtrs1, gid_File_User_Config_Sofficecfg_Bitmap_All_Delete_Only, gid_File_Extra_Databasebiblio, gid_File_Lib_Lng, gid_File_Fnt_Veramoit, gid_File_Extra_Tplwizbitmap, gid_File_Jar_Xt, 
  7250.                     gid_File_Dtd_Menubar, gid_File_Extra_Autotextshare_Lang, gid_File_Lib_Accessbridge, gid_File_Lib_Jen, gid_File_User_Cache_All_Delete_Only, gid_File_Fnt_Veramono, gid_File_User_Config_Javarc_Delete_Only, gid_File_Mod_Settings, gid_File_Lib_Iiopbrdg, gid_File_Help_Common_Zip, 
  7251.                     gid_File_Jar_Xflatxml, gid_File_Res_Eur, gid_File_OO_Office_Views_Xcs, gid_File_Lib_Dbase2, gid_File_Extra_Gallsound, gid_File_Extra_Common_Pl, gid_File_Extra_Tpllayoutimpr_Lang, gid_File_OO_Office_Common_Xcs, gid_File_OO_Office_Common_Xcu, gid_File_Res_Epg, 
  7252.                     gid_File_Res_Epn, gid_File_Extra_Tplwizmemo_Lang, gid_File_Res_Imp, gid_File_User_Database_All_Url_Delete_Only, gid_File_Bin_Crashreport, gid_File_Lib_Xcr, gid_File_Mod_Table, gid_File_Mozilla_Runtime, gid_File_Lib_Dnd, gid_File_Res_Uui, 
  7253.                     gid_File_Lib_Mysql_2, gid_File_Lib_Salhelper, gid_File_Res_Vcl, gid_File_Extra_Tplpresntimpr_Lang, gid_File_Lib_Tools, gid_File_Lib_Jvm, gid_File_Txt_Readme, gid_File_Res_Fwe, gid_File_Lib_Cmdmail, gid_File_User_Wordbook_Dic_Delete_Only, 
  7254.                     gid_File_Jar_XMergebridge, gid_File_Res_Frm, GID_FILE_EXE_REGSVREX, gid_File_Fnt_Verait, gid_File_Lib_OffAcc, gid_File_Program_Resource_All_Delete_Only, gid_File_Res_Gal, gid_File_Lib_Toutstrm, gid_File_Res_Preload, gid_File_Lib_Brdgfctr, 
  7255.                     gid_File_User_Config_Schedule_Cfg_Delete_Only, gid_File_User_Autotext_Bau_Delete_Only, gid_File_Lib_Ucphier1, gid_File_Bin_Setup, gid_File_Lib_Proxyfac, gid_File_Basic_ImportWiz, gid_File_Jar_XMerge, gid_File_OO_Office_Security_Xcu, gid_File_Lib_Utl, gid_File_Bin_Jvmsetup, 
  7256.                     gid_File_Extra_Editpic_Asp, gid_File_Lib_Mozabdrv, gid_File_Filter_Egi, gid_File_Lib_Ucpfile1, gid_File_Res_Dba, gid_File_Res_Dbi, gid_File_Res_Dbp, gid_File_Dtd_Image, gid_File_Res_Dbu, gid_File_Res_Dbw, 
  7257.                     gid_File_User_Config_Sofficecfg_All_Delete_Only, gid_File_OO_Inet_Xcu, gid_File_Lib_Pk, gid_File_Lib_I18nregexp, gid_File_OO_Office_Labels_Xcs, gid_File_OO_Office_Labels_Xcu, GID_FILE_JAR_DOCBOOK, gid_File_Res_Svs, gid_File_Res_Svx, gid_File_Dtd_Office, 
  7258.                     gid_File_Mod_Office, gid_File_User_Store_All_Txt_Delete_Only, gid_File_Lib_Wrp, gid_File_Lib_Javaloader, gid_File_Res_Reg4msdoc, gid_File_Dtd_Toolbar, gid_File_Extra_Cfgusr, gid_File_Lib_Tplx, gid_File_Lib_Adabas_2, gid_File_Res_Egi, 
  7259.                     gid_File_Mod_Style, gid_File_Lib_I18nsearch, gid_File_Basic_Gimmicks, gid_File_Lib_Sw, gid_File_Lib_Tk, gid_File_Lib_Sb, gid_File_Lib_Sd, gid_File_Lib_So, gid_File_Lib_Corefl, gid_File_Lib_Ucbhelper, 
  7260.                     gid_File_Java_Ini_Delete_Only, gid_File_OO_Userprofile_Xcs, gid_File_Res_Dkt, gid_File_User_Registry_Delete_Only, gid_File_Lib_Icudata, gid_File_Lib_Namingservice, gid_File_Inethist_Dat_Delete_Only, GID_FILE_OO_OFFICE_MATH_XCU, gid_File_Extra_Savepic_Asp, gid_File_Mod_Dtypes, 
  7261.                     gid_File_OO_Office_Writer_Xcs, gid_File_OO_Office_Writer_Xcu, gid_File_Res_Bib, gid_File_Res_Tpl, gid_File_OO_Setup_Xcs, gid_File_Lib_Pcr, gid_File_Filter_Epn, gid_File_Jar_Java_Uno, GID_FILE_RDB_TYPES, gid_File_Lib_Go, 
  7262.                     GID_FILE_LIB_ULINGU, gid_File_Lib_Dl, gid_File_Lib_Flat, gid_File_Lib_Icui18n, gid_File_Mod_Text, gid_File_User_Desktop_All_Delete_Only, gid_File_Lib_Dbodbcbase, gid_File_Program_All_Delete_Only, gid_File_Extra_Tplwizhomepage_Lang, gid_File_Lib_Xmx, 
  7263.                     gid_File_Lib_Xmlfa, gid_File_OO_Setup_Xcu, gid_File_Lib_Xmlfd, gid_File_Lib_Usp, gid_File_Extra_Editpic_Pl, gid_File_Lib_Uui, gid_File_Extra_Index_Pl, gid_File_Lib_Basctl, gid_File_Zip_Writingaids, gid_File_Lib_Vcl, 
  7264.                     gid_File_Lib_Curl, gid_File_OO_Office_Draw_Xcs, gid_File_Extra_Gallsounds, gid_File_OO_Office_Math_Xcs, gid_File_Lib_Package2, gid_File_User_Uno_Packages_All_Delete_Only, gid_File_Lib_Inv, gid_File_User_Bookmark_Url_Delete_Only, gid_File_Lib_Dba, gid_File_Extra_Tplwizstyles_Lang, 
  7265.                     gid_File_Share_Registry_Data_Org_Openoffice_Ucb_All_Delete_Only, gid_File_Jar_OfficeBean, gid_File_Lib_Frm, gid_File_Bin_Pkgchk, gid_File_OO_Office_Addons_Xcs, gid_File_Mod_Chart, gid_File_Extra_Edit_Pl, gid_File_Res_Cal, gid_File_Lib_Fwk, gid_File_Lib_Fwl, 
  7266.                     gid_File_Res_Set, gid_File_Res_Svt, gid_File_Extra_Autocorr_Lang, gid_File_OO_Office_Calc_Xcs, gid_File_OO_Office_Calc_Xcu, gid_File_Res_Sfx, gid_File_OO_Office_Jobs_Xcu, gid_File_Lib_Smplmail, gid_File_Extra_Show_Pl, gid_File_Lib_Res, 
  7267.                     gid_File_OO_Office_Sfx_Xcs, gid_File_Jar_Classes, gid_File_Lib_Fop, gid_File_Jar_Report, gid_File_Extra_Tplwizfax_Lang, gid_File_Mod_Form, gid_File_Res_Sch, gid_File_Lib_Fps, gid_File_Lib_Dbpool, gid_File_Lib_Opc, 
  7268.                     gid_File_Lib_Ctl, gid_File_Filter_Icg, gid_File_Lib_Java_Uno, gid_File_Dtd_Dialog, gid_File_Lib_Jpipe, gid_File_Lib_Del, gid_File_Lib_Dbi, gid_File_Lib_Dbp, gid_File_Lib_Dbt, gid_File_Lib_Dbu, 
  7269.                     gid_File_Lib_Vos, gid_File_User_Registry_Data_Org_Openoffice_All_Delete_Only, gid_File_Lib_Juhx, gid_File_User_Gallery_All_Delete_Only, gid_File_Lib_Mozab_2, gid_File_User_Config_All_Ini_Delete_Only, gid_File_Basic_Form, gid_File_Extra_Webcast_Asp, gid_File_Res_Com, gid_File_Lib_Tcv, 
  7270.                     gid_File_Lib_Urp_Uno, gid_File_Lib_Stm, gid_File_Lib_Sto, gid_File_Lib_Sts, gid_File_Extra_Gallhtmlexpo, gid_File_Fnt_Verabd, gid_File_Fnt_Verabi, gid_File_Mod_Script, gid_File_Lib_Invadp, gid_File_Lib_Jvmaccess, 
  7271.                     gid_File_Fonts_Truetype_All_Delete_Only, gid_File_Lib_Svl, gid_File_Basic_Schedule, gid_File_Lib_Svx, gid_File_Mod_Defs, gid_File_Lib_Msci_Uno, gid_File_Mod_Meta, gid_File_Res_Pcr, gid_File_OO_Office_Chart_Xcs, gid_File_Jar_Jurt, 
  7272.                     gid_File_Lib_Sec, gid_File_Dtd_Statusbar, gid_File_Lib_Spl, gid_File_OO_Ucb_Configuration_Xcs, gid_File_OO_Ucb_Configuration_Xcu, gid_File_Lib_Connectr, gid_File_Txt_License_Html, GID_FILE_BASIC_USER_STANDARD, gid_File_Extra_Show_Asp, gid_File_OO_Inet_Xcs, 
  7273.                     gid_File_User_Temp_All_Delete_Only, gid_File_Extra_Poll_Pl, GID_FILE_LIB_HYPH, gid_File_Registry_Lang, gid_File_User_Config_Sofficecfg_Metainf_All_Delete_Only, gid_File_Res_Basctl, gid_File_Res_Abp, gid_File_User_Config_All_Delete_Only, gid_File_User_Config_All_Lck_Delete_Only, gid_File_Lib_Pkgchk, 
  7274.                     gid_File_Lib_Msvcr70, gid_File_OO_Office_Impress_Xcs, gid_File_Lib_OfficeBean, gid_File_Extra_Webcast_Pl, gid_File_Lib_Defreg, gid_File_Jar_Common, gid_File_Lib_Emser, gid_File_OO_Office_Dataaccess_Xcs, gid_File_OO_Office_Dataaccess_Xcu, gid_File_Basic_Depot, 
  7275.                     gid_File_Extra_Tplwizdesktop_Lang, gid_File_Lib_Bib, gid_File_Basic_Tools, gid_File_Basic_WebWiz, gid_File_User_Config_Ssync52_All_Delete_Only, gid_File_OO_Office_Linguistic_Xcs, gid_File_Extra_Gallwwwgraf, gid_File_Mod_Nmspace, gid_File_Lib_Fileacc, gid_File_Fnt_Verasebd, 
  7276.                     gid_File_Res_Epb, gid_File_Lib_Ado_2, gid_File_Lib_I18nutil, gid_File_Lib_Reg, gid_File_Lib_Cfgmgr2, gid_File_Lib_Pdffilter, gid_File_OO_Office_Writerweb_Xcs, gid_File_Mod_Datastyl, gid_File_User_Config_All_Dat_Delete_Only, gid_File_Res_Ofa, 
  7277.                     gid_File_OO_Office_Substitution_Xcs, gid_File_Dtd_Library, gid_File_Shellnew_Html_Soffice, gid_File_Extra_Poll_Asp, gid_File_Lib_Ofa, gid_File_Lib_XxltDlg, gid_File_Lib_Ucpftp1, gid_File_Shellnew_Sxi_Soffice, gid_File_Fnt_Vera, gid_File_Lib_I18npool, 
  7278.                     gid_File_OO_Office_Java_Xcs, gid_File_Lib_Simreg, gid_File_Lib_Localedata_Euro, gid_File_Jar_XSLTFilter, gid_File_Help_Schart_Zip, gid_File_Lib_Ucb1, gid_File_User_Store_Cal_Delete_Only, gid_File_Mod_Drawing, gid_File_Extra_Palettes_Lang, gid_File_Lib_Preload, 
  7279.                     gid_File_Dtd_Manifest, gid_File_Lib_Sax, gid_File_Lib_Impreg, gid_File_Lib_Sch, gid_File_Lib_Scn, gid_File_Lib_Msvcp70, gid_File_Lib_Set, gid_File_Dtd_Event, gid_File_Res_Lgd, gid_File_Lib_Cached1, 
  7280.                     gid_File_User_Work_All_Delete_Only, gid_File_Fnt_Verase, gid_File_OO_Office_Typedetection_Xcu, gid_File_Shellnew_Sxd_Soffice, gid_File_Bin_Crashreport_Com, gid_File_Lib_Shlxthdl, gid_File_Lib_Sal, gid_File_User_Registry_Data_Org_Openoffice_Ucb_All_Delete_Only, gid_File_Lib_Juh, gid_File_Share_Registry_Data_Org_Openoffice_Office_All_Delete_Only, 
  7281.                     gid_File_Extra_Gallsystem, gid_File_Res_Ooo, gid_File_Lib_Rmcxt, gid_File_User_Registry_Data_Org_Openoffice_Office_All_Delete_Only, gid_File_Lib_Syssh, gid_File_OO_Office_Security_Xcs, gid_File_Dtd_Accelerator, gid_File_Share_Uno_Packages_All_Delete_Only, gid_File_Help_Help_Zip, gid_File_Extra_Gallrulers, 
  7282.                     gid_File_Extra_Gallroot, gid_File_OO_Ucb_Store_Xcs, gid_File_User_Config_All_Rdb_Delete_Only, gid_File_Lib_Sdbc_2, gid_File_Lib_Cnt, gid_File_Res_Sw, gid_File_Res_Tk, gid_File_Jar_Unoil, gid_File_Jar_Htmlsoff, gid_File_OO_Office_UI_Xcs, 
  7283.                     gid_File_OO_Office_UI_Xcu, gid_File_Res_Epp, gid_File_Extra_Symbols, gid_File_Shellnew_Sxw_Soffice, gid_File_Res_Sd, gid_File_Lib_Icule, gid_File_Lib_Sot, gid_File_Shellnew_Sxc_Soffice, gid_File_Jar_Juh, gid_File_Lib_J, 
  7284.                     gid_File_Share_Registry_Data_Org_Openoffice_All_Delete_Only, gid_File_Lib_Cpld, gid_File_OO_Office_Sfx_Xcu, gid_File_Lib_Localedata_Es, gid_File_OO_Vcl_Xcu, gid_File_Lib_Svtools, gid_File_Extra_Palettes, gid_File_Lib_Cppu, gid_File_Jar_Jut, gid_File_User_Uno_Packages_Cache_All_Delete_Only, 
  7285.                     gid_File_Filter_Eme, GID_FILE_RDB_SETUP_SERVICES, gid_File_Lib_Abp, gid_File_Lib_Localedata_En, gid_File_Lib_Tinstrm, gid_File_Basic_Template, gid_File_Lib_Fwi, gid_File_Filter_Emp, gid_File_User_Explorer_All_Scc_Delete_Only, gid_File_Extra_Wordbook, 
  7286.                     gid_File_Lib_Dbfile, gid_File_Lib_Dbjava31, gid_File_Lib_Sfx, gid_File_Lib_Ucpchelp1, gid_File_User_Store_Trash_All_Delete_Only, gid_File_Lib_Dict_Zh, gid_File_Lib_Uuresolver, gid_File_Extra_Autotextuser_Lang, gid_File_Lib_Cppuhelper, gid_File_Lib_Stlport, 
  7287.                     gid_File_Lib_Jdbc_2, gid_File_Extra_Savepic_Pl, gid_File_Lib_Tvhlp1, gid_File_Lib_Pl, gid_File_OO_Ucb_Hierarchy_Xcs, gid_File_Java_Bak_Delete_Only, gid_File_Res_Opc, gid_File_Lib_Comphelper2, gid_File_Lib_Ucpdav1, gid_File_Lib_Xo, 
  7288.                     gid_File_Soffice_Cfg_Delete_Only, gid_File_Txt_License, gid_File_User_Registry_Cache_All_Delete_Only, gid_File_Lib_Odbc_2, gid_File_Extra_Edit_Asp, gid_File_Res_Jvm, gid_File_Dtd_Module, gid_File_User_Config_All_Scs_Delete_Only, gid_File_Jar_XSLTValidate, gid_File_Exe_Quickstart, 
  7289.                     gid_File_Extra_Tplwizagenda_Lang, gid_File_Lib_Uwinapi, gid_File_Res_XsltDlg, gid_File_Lib_Rdbtdp, gid_File_Jar_Ridl, gid_File_Lib_Fwe, gid_File_Res_Pdffilter, gid_File_OO_Office_Typedetection_Xcs, gid_File_Lib_Sysdtrans, gid_File_Basic_User, 
  7290.                     gid_File_User_Backup_All_Delete_Only, gid_File_Lib_Ftransl, gid_File_Lib_Db31, gid_File_Bin_Soffice, gid_File_Dtd_Libraries, gid_File_Lib_Icuuc, gid_File_Basic_Euro, gid_File_OO_Office_Jobs_Xcs, gid_File_Fnt_Opensymb, gid_File_User_Template_All_Delete_Only, 
  7291.                     gid_File_Res_Tplx, gid_File_OO_Office_ProtocolHandler_Xcs, gid_File_OO_Office_ProtocolHandler_Xcu, gid_File_Lib_Localedata_Others, gid_File_Jar_Accessbridge, gid_File_Extra_Common_Inc);
  7292.     Dirs         = (gid_Dir_Samples_Texts, gid_Dir_Program, gid_Dir_Gallery_Clipart, gid_Dir_Wordbook, gid_Dir_Template_Wizard_Bitmap, GID_DIR_SHARE_DICT_OOO, gid_Dir_Config_Language, gid_Dir_Config_Ssync52, gid_Dir_Config, gid_Dir_User_Autocorr, 
  7293.                     gid_Dir_Share_Migration, gid_Dir_Samples_Language, gid_Dir_Basic, gid_Dir_Share_Dtd_Ooo_1_0, gid_Dir_Gallery_Wwwgraf, gid_Dir_User_Config, gid_Dir_Bookmark_Internet, gid_Dir_Basic_Formwizard, gid_Dir_Resource, gid_Dir_Gallery_Photo, 
  7294.                     gid_Dir_Addin_Source, gid_Dir_Help_96, gid_Dir_Help_99, gid_Dir_Gallery_Wwwanim, gid_Dir_Template_Language, gid_Dir_Gallery_Bullets, gid_Dir_Help_66, gid_Dir_Wordbook_Language, gid_Dir_Share_Database_Language, gid_Dir_Help_81, 
  7295.                     gid_Dir_Help_82, gid_Dir_Help_86, gid_Dir_Help_88, gid_Dir_Help_30, gid_Dir_Help_31, gid_Dir_Help_33, gid_Dir_Help_37, gid_Dir_Help_39, gid_Dir_Help_42, gid_Dir_Help_45, 
  7296.                     gid_Dir_Help_46, gid_Dir_Help_48, gid_Dir_Help_49, gid_Dir_Gallery_Arrows, gid_Dir_User_Registry_Data_Org_Openoffice_Ucb, gid_Dir_Help_07, gid_Dir_Gallery_Clima, gid_Dir_Share_Xslt_Docbook, gid_Dir_Store, gid_Dir_Share_Uno_Packages_Office, 
  7297.                     GID_DIR_SHARE_XSLT_MICROSOFTWORDXML, gid_Dir_User_Config_Sofficecfg_Bitmaps, gid_Dir_Gallery_Trouble, gid_Dir_Gallery_Navi_2d, gid_Dir_Samples_Formulas, gid_Dir_Share_Registry_Data_Org_OpenOffice_Ucb, gid_Dir_Gallery_People, gid_Dir_Gallery_Time, gid_Dir_User_Uno_Packages_Cache, gid_Dir_Share_Xslt_Xhtml, 
  7298.                     gid_Dir_Share_Registry_Schema_Org_OpenOffice, gid_Dir_Bookmark_Starone, gid_Dir_User_Gallery, gid_Dir_Samples_Texts_Kapitel, gid_Dir_Desktop, gid_Dir_Gallery_Symbols, gid_Dir_Template_Misc, gid_Dir_User_Registry_Data_Org_Openoffice, gid_Dir_Program_Remote, gid_Dir_User_Bookmark, 
  7299.                     gid_Dir_Share_Registry_Data_Org_OpenOffice, gid_Dir_Samples_Spreadsheets, gid_Dir_Template_Layout, gid_Dir_Gallery_Keyboard, gid_Dir_Gallery_Flags, gid_Dir_Store_Trash, gid_Dir_Fonts, gid_Dir_Backup, gid_Dir_Share_Xslt, gid_Dir_Addin, 
  7300.                     gid_Dir_Share_Database, gid_Dir_Share_Uno_Packages_Cache, gid_Dir_Share_Dtd_Math, gid_Dir_Help_34, gid_Dir_User_Cache, gid_Dir_Help, gid_Dir_Share_Registry_Schema, gid_Dir_Database, gid_Dir_Explorer, gid_Dir_Httphome, 
  7301.                     gid_Dir_Share_Dtd_Math_1_01, gid_Dir_Bookmark_Tourismus, gid_Dir_User_Registry_Cache, gid_Dir_Share_Pqa, gid_Dir_Template_Wizard, gid_Dir_User_Basic, gid_Dir_Basic_Standard, gid_Dir_Share_Config, gid_Dir_Template_Wizard_Report, gid_Dir_User_Xslt, 
  7302.                     gid_Dir_Gallery_Htmlexpo, gid_Dir_Bookmark_Info, gid_Dir_Template_Wizard_Web, gid_Dir_User_Registry_Data_Org_Openoffice_Office, gid_Dir_Gallery_Computer, gid_Dir_Gallery_Calendar, gid_Dir_Samples, gid_Dir_Gallery_Education, gid_Dir_User_Registry_Data, gid_Dir_Share_Registry_Schema_Org, 
  7303.                     gid_Dir_Gallery_Officeart, gid_Dir_Autotext_Language, gid_Dir_Gallery_Rulers, gid_Dir_Config_Symbol, gid_Dir_Work, gid_Dir_Share_Registry_Res_Lang_Org_OpenOffice, gid_Dir_Share_Registry_Data, gid_Dir_User_Template, gid_Dir_PalmPilot, gid_Dir_Basic_Tools, 
  7304.                     gid_Dir_Share_Registry_Res_Lang_Org, gid_Dir_Config_Settings, gid_Dir_Basic_Schedule, gid_Dir_Samples_Presentations, gid_Dir_Filter, gid_Dir_Share_Registry_Res, gid_Dir_Gallery_Balloons, gid_Dir_Template_Presnt, gid_Dir_Basic_ImportWiz, gid_Dir_User_Uno_Packages, 
  7305.                     gid_Dir_Plugin, gid_Dir_Samples_Databases, gid_Dir_Basic_Depot, gid_Dir_Basic_Gimmicks, gid_Dir_Config_Webcast, gid_Dir_Gallery_Sounds, gid_Dir_Share_Registry_Res_Lang_Org_OpenOffice_Office, gid_Dir_Config_Start, gid_Dir_Template, gid_Dir_Samples_Databases_Dateien, 
  7306.                     gid_Dir_Gallery_Wwwback, gid_Dir_Share_Readme, gid_Dir_Help_43, gid_Dir_Gallery_Emoticons, gid_Dir_User_Autotext_Language, gid_Dir_Config_Tasks, gid_Dir_Template_Wizard_Styles, gid_Dir_User_Config_Sofficecfg, gid_Dir_Download, gid_Dir_Share_Registry_Data_Org, 
  7307.                     gid_Dir_Template_Educate, gid_Dir_Bookmark, gid_Dir_Template_Offimisc, gid_Dir_Share_Autocorr, gid_Dir_Autotext, gid_Dir_Share_Config_Help, gid_Dir_Template_Personal, gid_Dir_Bookmark_Language, gid_Dir_Classes, gid_Dir_User_Autotext, 
  7308.                     gid_Dir_Help_01, gid_Dir_Bookmark_Java, gid_Dir_User_Temp, gid_Dir_Template_Internal, gid_Dir_Share_Registry_Data_Org_OpenOffice_Office, gid_Dir_User_Wordbook, gid_Dir_Gallery_Communic, gid_Dir_Template_Forms, gid_Dir_Share_Registry, gid_Dir_Gallery, 
  7309.                     gid_Dir_Config_More, gid_Dir_Gallery_Finances, gid_Dir_Share_Uno_Packages, gid_Dir_Basic_Euro, gid_Dir_Share_Dtd, gid_Dir_User_Registry, gid_Dir_Basic_Template, gid_Dir_User, gid_Dir_Help_55, gid_Dir_Share_Registry_Res_Lang, 
  7310.                     gid_Dir_Share_Dtd_Ooo, gid_Dir_Help_03, gid_Dir_Help_35, gid_Dir_Program_Local, gid_Dir_Database_Biblio, gid_Dir_Share_Plugin, gid_Dir_Share, gid_Dir_Share_Registry_Res_Lang_Org_OpenOffice_Ucb, gid_Dir_Help_Isolanguage, gid_Dir_User_Explorer, 
  7311.                     gid_Dir_Help_90, gid_Dir_Shellnew, gid_Dir_Gallery_Surface, gid_Dir_Share_Registry_Schema_Org_OpenOffice_Office, gid_Dir_Samples_Drawings, gid_Dir_User_Registry_Data_Org, gid_Dir_Gallery_Screenbeans, gid_Dir_Samples_Texts_Homepage, gid_Dir_Share_Dict, gid_Dir_Template_Finance, 
  7312.                     gid_Dir_Share_Registry_Schema_Org_OpenOffice_Ucb, gid_Dir_Winfonts, gid_Dir_Template_Officorr, gid_Dir_User_Config_Sofficecfg_Metainf, gid_Dir_Basic_WebWiz, gid_Dir_Bookmark_Freizeit);
  7313.     Procedures     = (gid_Procedure_Preselect, gid_Procedure_Kill_Plugin_Wrkstn, gid_Procedure_Kill_Dirs, gid_Procedure_Languageselect, gid_Procedure_Copy_Iso_Res, gid_Procedure_Copy_Readme_File, gid_Procedure_Remove_Readme_File, gid_Procedure_Start_Regsvrex, gid_Procedure_Uninstall_Regsvrex);
  7314.     Customs         = (gid_Custom_Del, gid_Custom_Usp, gid_Custom_Reg4msdoc, gid_Custom_Jvm);
  7315. End
  7316.  
  7317. Module gid_Module_Prg
  7318.     ParentID     = gid_Module_Root;
  7319.     Name         = "%PRODUCTNAME Program Modules";
  7320.     Description     = "This is where you decide which %PRODUCTNAME modules are to be installed.";
  7321. End
  7322.  
  7323. Module gid_Module_Prg_Wrt
  7324.     ParentID     = gid_Module_Prg;
  7325.     Name         = "%PRODUCTNAME Writer";
  7326.     Description     = "The word processing functions of %PRODUCTNAME provide you with powerful tools for creating your own documents.";
  7327. End
  7328.  
  7329. Module gid_Module_Prg_Wrt_Bin
  7330.     ParentID     = gid_Module_Prg_Wrt;
  7331.     Name         = "Program Module";
  7332.     Description     = "The application %PRODUCTNAME Writer";
  7333.     Minimal         = YES;
  7334.     Default         = YES;
  7335. End
  7336.  
  7337. Folder gid_Folder_Staroffice51
  7338.     Name         = "%PRODUCTNAME %PRODUCTVERSION";
  7339. End
  7340.  
  7341. FolderItem gid_Folderitem_Sweb
  7342.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7343.     Name         = "HTML Document";
  7344.     FolderID     = gid_Folder_Staroffice51;
  7345.     FileID         = gid_File_Bin_Soffice;
  7346.     IconFile     = gid_File_Bin_Soffice;
  7347.     IconID         = 11;
  7348.     Parameter     = "-web";
  7349.     Styles         = (NOWEB);
  7350. End
  7351.  
  7352. FolderItem gid_Folderitem_Swriter
  7353.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7354.     Name         = "Text Document";
  7355.     FolderID     = gid_Folder_Staroffice51;
  7356.     FileID         = gid_File_Bin_Soffice;
  7357.     IconFile     = gid_File_Bin_Soffice;
  7358.     IconID         = 1;
  7359.     Parameter     = "-writer";
  7360.     Styles         = (NOWEB);
  7361. End
  7362.  
  7363. ConfigurationItem gid_Configurationitem_Common_Objectnames_Writer_Name
  7364.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7365.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Writer']/Name";
  7366.     Key             = "en-US";
  7367.     Value         = "%PRODUCTNAME %PRODUCTVERSION Text";
  7368.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7369. End
  7370.  
  7371. ConfigurationItem gid_Configurationitem_Common_Objectnames_Writer_Key
  7372.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7373.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Writer']";
  7374.     Key             = "Key";
  7375.     Value         = "8BC6B165-B1B2-4EDD-AA47-DAE2EE689DD6";
  7376.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7377. End
  7378.  
  7379. ConfigurationItem gid_Configurationitem_Common_Menus_New_M0_Titel
  7380.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7381.     Path         = "org.openoffice.Office.Common/Menus/New/*['m0']/Title";
  7382.     Key             = "en-US";
  7383.     Value         = "~Text Document";
  7384.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7385. End
  7386.  
  7387. ConfigurationItem gid_Configurationitem_Common_Menus_New_M0_Url
  7388.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7389.     Path         = "org.openoffice.Office.Common/Menus/New/*['m0']";
  7390.     Key             = "URL";
  7391.     Value         = "private:factory/swriter";
  7392.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7393. End
  7394.  
  7395. ConfigurationItem gid_Configurationitem_Common_Menus_New_M0_Targetname
  7396.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7397.     Path         = "org.openoffice.Office.Common/Menus/New/*['m0']";
  7398.     Key             = "TargetName";
  7399.     Value         = "_default";
  7400.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7401. End
  7402.  
  7403. ConfigurationItem gid_Configurationitem_Common_Menus_New_M5_Titel
  7404.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7405.     Path         = "org.openoffice.Office.Common/Menus/New/*['m5']/Title";
  7406.     Key             = "en-US";
  7407.     Value         = "~HTML Document";
  7408.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7409. End
  7410.  
  7411. ConfigurationItem gid_Configurationitem_Common_Menus_New_M5_Url
  7412.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7413.     Path         = "org.openoffice.Office.Common/Menus/New/*['m5']";
  7414.     Key             = "URL";
  7415.     Value         = "private:factory/swriter/web";
  7416.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7417. End
  7418.  
  7419. ConfigurationItem gid_Configurationitem_Common_Menus_New_M5_Targetname
  7420.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7421.     Path         = "org.openoffice.Office.Common/Menus/New/*['m5']";
  7422.     Key             = "TargetName";
  7423.     Value         = "_default";
  7424.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7425. End
  7426.  
  7427. ConfigurationItem gid_Configurationitem_Common_Menus_New_M6_Titel
  7428.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7429.     Path         = "org.openoffice.Office.Common/Menus/New/*['m6']/Title";
  7430.     Key             = "en-US";
  7431.     Value         = "M~aster Document";
  7432.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7433. End
  7434.  
  7435. ConfigurationItem gid_Configurationitem_Common_Menus_New_M6_Url
  7436.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7437.     Path         = "org.openoffice.Office.Common/Menus/New/*['m6']";
  7438.     Key             = "URL";
  7439.     Value         = "private:factory/swriter/GlobalDocument";
  7440.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7441. End
  7442.  
  7443. ConfigurationItem gid_Configurationitem_Common_Menus_New_M6_Targetname
  7444.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7445.     Path         = "org.openoffice.Office.Common/Menus/New/*['m6']";
  7446.     Key             = "TargetName";
  7447.     Value         = "_default";
  7448.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7449. End
  7450.  
  7451. ConfigurationItem gid_Configurationitem_Common_Menus_New_M9_Titel
  7452.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7453.     Path         = "org.openoffice.Office.Common/Menus/New/*['m9']/Title";
  7454.     Key             = "en-US";
  7455.     Value         = "~Labels";
  7456.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7457. End
  7458.  
  7459. ConfigurationItem gid_Configurationitem_Common_Menus_New_M9_Url
  7460.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7461.     Path         = "org.openoffice.Office.Common/Menus/New/*['m9']";
  7462.     Key             = "URL";
  7463.     Value         = "private:factory/swriter?slot=21051";
  7464.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7465. End
  7466.  
  7467. ConfigurationItem gid_Configurationitem_Common_Menus_New_M9_Targetname
  7468.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7469.     Path         = "org.openoffice.Office.Common/Menus/New/*['m9']";
  7470.     Key             = "TargetName";
  7471.     Value         = "_default";
  7472.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7473. End
  7474.  
  7475. ConfigurationItem gid_Configurationitem_Common_Menus_New_M9_Imageidentifier
  7476.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7477.     Path         = "org.openoffice.Office.Common/Menus/New/*['m9']";
  7478.     Key             = "ImageIdentifier";
  7479.     Value         = "private:image/3163";
  7480.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7481. End
  7482.  
  7483. ConfigurationItem gid_Configurationitem_Common_Menus_New_M10_Titel
  7484.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7485.     Path         = "org.openoffice.Office.Common/Menus/New/*['m10']/Title";
  7486.     Key             = "en-US";
  7487.     Value         = "B~usiness Cards";
  7488.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7489. End
  7490.  
  7491. ConfigurationItem gid_Configurationitem_Common_Menus_New_M10_Url
  7492.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7493.     Path         = "org.openoffice.Office.Common/Menus/New/*['m10']";
  7494.     Key             = "URL";
  7495.     Value         = "private:factory/swriter?slot=21052";
  7496.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7497. End
  7498.  
  7499. ConfigurationItem gid_Configurationitem_Common_Menus_New_M10_Targetname
  7500.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7501.     Path         = "org.openoffice.Office.Common/Menus/New/*['m10']";
  7502.     Key             = "TargetName";
  7503.     Value         = "_default";
  7504.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7505. End
  7506.  
  7507. ConfigurationItem gid_Configurationitem_Common_Menus_New_M10_Imageidentifier
  7508.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7509.     Path         = "org.openoffice.Office.Common/Menus/New/*['m10']";
  7510.     Key             = "ImageIdentifier";
  7511.     Value         = "private:image/3163";
  7512.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7513. End
  7514.  
  7515. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M0_Titel
  7516.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7517.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m0']/Title";
  7518.     Key             = "en-US";
  7519.     Value         = "~Letter...";
  7520.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7521. End
  7522.  
  7523. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M0_Url
  7524.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7525.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m0']";
  7526.     Key             = "URL";
  7527.     Value         = "slot:10428";
  7528.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7529. End
  7530.  
  7531. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M0_Targetname
  7532.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7533.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m0']";
  7534.     Key             = "TargetName";
  7535.     Value         = "_self";
  7536.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7537. End
  7538.  
  7539. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M0_Imageidentifier
  7540.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7541.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m0']";
  7542.     Key             = "ImageIdentifier";
  7543.     Value         = "private:image/3216";
  7544.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7545. End
  7546.  
  7547. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M1_Titel
  7548.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7549.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m1']/Title";
  7550.     Key             = "en-US";
  7551.     Value         = "~Fax...";
  7552.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7553. End
  7554.  
  7555. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M1_Url
  7556.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7557.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m1']";
  7558.     Key             = "URL";
  7559.     Value         = "slot:10427";
  7560.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7561. End
  7562.  
  7563. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M1_Targetname
  7564.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7565.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m1']";
  7566.     Key             = "TargetName";
  7567.     Value         = "_self";
  7568.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7569. End
  7570.  
  7571. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M1_Imageidentifier
  7572.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7573.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m1']";
  7574.     Key             = "ImageIdentifier";
  7575.     Value         = "private:image/3216";
  7576.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7577. End
  7578.  
  7579. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M2_Titel
  7580.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7581.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m2']/Title";
  7582.     Key             = "en-US";
  7583.     Value         = "~Agenda...";
  7584.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7585. End
  7586.  
  7587. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M2_Url
  7588.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7589.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m2']";
  7590.     Key             = "URL";
  7591.     Value         = "slot:10426";
  7592.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7593. End
  7594.  
  7595. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M2_Targetname
  7596.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7597.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m2']";
  7598.     Key             = "TargetName";
  7599.     Value         = "_self";
  7600.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7601. End
  7602.  
  7603. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M2_Imageidentifier
  7604.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7605.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m2']";
  7606.     Key             = "ImageIdentifier";
  7607.     Value         = "private:image/3216";
  7608.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7609. End
  7610.  
  7611. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M3_Titel
  7612.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7613.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m3']/Title";
  7614.     Key             = "en-US";
  7615.     Value         = "~Memo...";
  7616.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7617. End
  7618.  
  7619. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M3_Url
  7620.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7621.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m3']";
  7622.     Key             = "URL";
  7623.     Value         = "slot:10429";
  7624.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7625. End
  7626.  
  7627. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M3_Targetname
  7628.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7629.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m3']";
  7630.     Key             = "TargetName";
  7631.     Value         = "_self";
  7632.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7633. End
  7634.  
  7635. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M3_Imageidentifier
  7636.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7637.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m3']";
  7638.     Key             = "ImageIdentifier";
  7639.     Value         = "private:image/3216";
  7640.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7641. End
  7642.  
  7643. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M7_Titel
  7644.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7645.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m7']/Title";
  7646.     Key             = "en-US";
  7647.     Value         = "~Web Page...";
  7648.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7649. End
  7650.  
  7651. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M7_Url
  7652.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7653.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m7']";
  7654.     Key             = "URL";
  7655.     Value         = "macro:///WebWizard.HtmlAutoPilotBasic.Main";
  7656.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7657. End
  7658.  
  7659. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M7_Targetname
  7660.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7661.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m7']";
  7662.     Key             = "TargetName";
  7663.     Value         = "_self";
  7664.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7665. End
  7666.  
  7667. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M7_Imageidentifier
  7668.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7669.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m7']";
  7670.     Key             = "ImageIdentifier";
  7671.     Value         = "private:image/3216";
  7672.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7673. End
  7674.  
  7675. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M8_Titel
  7676.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7677.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m8']/Title";
  7678.     Key             = "en-US";
  7679.     Value         = "Fo~rm...";
  7680.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7681. End
  7682.  
  7683. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M8_Url
  7684.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7685.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m8']";
  7686.     Key             = "URL";
  7687.     Value         = "macro:///FormWizard.FormWizard.MainWithDefault";
  7688.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7689. End
  7690.  
  7691. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M8_Targetname
  7692.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7693.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m8']";
  7694.     Key             = "TargetName";
  7695.     Value         = "_self";
  7696.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7697. End
  7698.  
  7699. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M8_Imageidentifier
  7700.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7701.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m8']";
  7702.     Key             = "ImageIdentifier";
  7703.     Value         = "private:image/3216";
  7704.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7705. End
  7706.  
  7707. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M9_Titel
  7708.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7709.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m9']/Title";
  7710.     Key             = "en-US";
  7711.     Value         = "Repor~t...";
  7712.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7713. End
  7714.  
  7715. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M9_Url
  7716.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7717.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m9']";
  7718.     Key             = "URL";
  7719.     Value         = "service:com.sun.star.wizards.report.CallReportWizard?start";
  7720.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7721. End
  7722.  
  7723. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M9_Targetname
  7724.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7725.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m9']";
  7726.     Key             = "TargetName";
  7727.     Value         = "_self";
  7728.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7729. End
  7730.  
  7731. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M9_Imageidentifier
  7732.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7733.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m9']";
  7734.     Key             = "ImageIdentifier";
  7735.     Value         = "private:image/3216";
  7736.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7737. End
  7738.  
  7739. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M12_Titel_Calc
  7740.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7741.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m12']/Title";
  7742.     Key             = "en-US";
  7743.     Value         = "~Euro Converter...";
  7744.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7745. End
  7746.  
  7747. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M12_Url_Calc
  7748.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7749.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m12']";
  7750.     Key             = "URL";
  7751.     Value         = "macro:///Euro.AutoPilotRun.StartAutoPilot";
  7752.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7753. End
  7754.  
  7755. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M12_Targetname_Calc
  7756.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7757.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m12']";
  7758.     Key             = "TargetName";
  7759.     Value         = "_self";
  7760.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7761. End
  7762.  
  7763. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M12_Imageidentifier_Calc
  7764.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7765.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m12']";
  7766.     Key             = "ImageIdentifier";
  7767.     Value         = "private:image/3216";
  7768.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7769. End
  7770.  
  7771. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M15_Titel
  7772.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7773.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m15']/Title";
  7774.     Key             = "en-US";
  7775.     Value         = "Address Data Source...";
  7776.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7777. End
  7778.  
  7779. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M15_Url
  7780.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7781.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m15']";
  7782.     Key             = "URL";
  7783.     Value         = "slot:10934";
  7784.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7785. End
  7786.  
  7787. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M15_Targetname
  7788.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7789.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m15']";
  7790.     Key             = "TargetName";
  7791.     Value         = "_self";
  7792.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7793. End
  7794.  
  7795. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M15_Imageidentifier
  7796.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7797.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m15']";
  7798.     Key             = "ImageIdentifier";
  7799.     Value         = "private:image/3216";
  7800.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  7801. End
  7802.  
  7803. ConfigurationItem gid_Configurationitem_Filters_Writer_Staroffice_Xml_Writer
  7804.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7805.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarOffice XML (Writer)']";
  7806.     Key             = "Installed";
  7807.     Value         = "TRUE";
  7808.     Styles         = (CFG_BOOLEAN);
  7809. End
  7810.  
  7811. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_50
  7812.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7813.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 5.0']";
  7814.     Key             = "Installed";
  7815.     Value         = "TRUE";
  7816.     Styles         = (CFG_BOOLEAN);
  7817. End
  7818.  
  7819. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_50_Vorlagetemplate
  7820.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7821.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 5.0 Vorlage/Template']";
  7822.     Key             = "Installed";
  7823.     Value         = "TRUE";
  7824.     Styles         = (CFG_BOOLEAN);
  7825. End
  7826.  
  7827. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_40
  7828.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7829.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 4.0']";
  7830.     Key             = "Installed";
  7831.     Value         = "TRUE";
  7832.     Styles         = (CFG_BOOLEAN);
  7833. End
  7834.  
  7835. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_40_Vorlagetemplate
  7836.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7837.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 4.0 Vorlage/Template']";
  7838.     Key             = "Installed";
  7839.     Value         = "TRUE";
  7840.     Styles         = (CFG_BOOLEAN);
  7841. End
  7842.  
  7843. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_30
  7844.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7845.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 3.0']";
  7846.     Key             = "Installed";
  7847.     Value         = "TRUE";
  7848.     Styles         = (CFG_BOOLEAN);
  7849. End
  7850.  
  7851. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_30_Vorlagetemplate
  7852.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7853.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 3.0 Vorlage/Template']";
  7854.     Key             = "Installed";
  7855.     Value         = "TRUE";
  7856.     Styles         = (CFG_BOOLEAN);
  7857. End
  7858.  
  7859. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_20
  7860.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7861.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 2.0']";
  7862.     Key             = "Installed";
  7863.     Value         = "TRUE";
  7864.     Styles         = (CFG_BOOLEAN);
  7865. End
  7866.  
  7867. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_10
  7868.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7869.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 1.0']";
  7870.     Key             = "Installed";
  7871.     Value         = "TRUE";
  7872.     Styles         = (CFG_BOOLEAN);
  7873. End
  7874.  
  7875. ConfigurationItem gid_Configurationitem_Filters_Writer_Starwriter_Dos
  7876.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7877.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter DOS']";
  7878.     Key             = "Installed";
  7879.     Value         = "TRUE";
  7880.     Styles         = (CFG_BOOLEAN);
  7881. End
  7882.  
  7883. ConfigurationItem gid_Configurationitem_Filters_Writer_Html_Starwriter
  7884.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7885.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['HTML (StarWriter)']";
  7886.     Key             = "Installed";
  7887.     Value         = "TRUE";
  7888.     Styles         = (CFG_BOOLEAN);
  7889. End
  7890.  
  7891. ConfigurationItem gid_Configurationitem_Filters_Writer_Text
  7892.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7893.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Text']";
  7894.     Key             = "Installed";
  7895.     Value         = "TRUE";
  7896.     Styles         = (CFG_BOOLEAN);
  7897. End
  7898.  
  7899. ConfigurationItem gid_Configurationitem_Filters_Writer_Rich_Text_Format
  7900.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7901.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Rich Text Format']";
  7902.     Key             = "Installed";
  7903.     Value         = "TRUE";
  7904.     Styles         = (CFG_BOOLEAN);
  7905. End
  7906.  
  7907. ConfigurationItem gid_Configurationitem_Filters_Writer_Ms_Word_97
  7908.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7909.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Word 97']";
  7910.     Key             = "Installed";
  7911.     Value         = "TRUE";
  7912.     Styles         = (CFG_BOOLEAN);
  7913. End
  7914.  
  7915. ConfigurationItem gid_Configurationitem_Filters_Writer_Ms_Word_95
  7916.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7917.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Word 95']";
  7918.     Key             = "Installed";
  7919.     Value         = "TRUE";
  7920.     Styles         = (CFG_BOOLEAN);
  7921. End
  7922.  
  7923. ConfigurationItem gid_Configurationitem_Filters_Writer_Ms_Word_97_Vorlage
  7924.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7925.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Word 97 Vorlage']";
  7926.     Key             = "Installed";
  7927.     Value         = "TRUE";
  7928.     Styles         = (CFG_BOOLEAN);
  7929. End
  7930.  
  7931. ConfigurationItem gid_Configurationitem_Filters_Writer_Ms_Word_95_Vorlage
  7932.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7933.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Word 95 Vorlage']";
  7934.     Key             = "Installed";
  7935.     Value         = "TRUE";
  7936.     Styles         = (CFG_BOOLEAN);
  7937. End
  7938.  
  7939. ConfigurationItem gid_Configurationitem_Filters_Writer_Ms_Winword_60
  7940.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7941.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS WinWord 6.0']";
  7942.     Key             = "Installed";
  7943.     Value         = "TRUE";
  7944.     Styles         = (CFG_BOOLEAN);
  7945. End
  7946.  
  7947. ConfigurationItem gid_Configurationitem_Filters_Writer_Text_Encoded
  7948.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7949.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Text (encoded)']";
  7950.     Key             = "Installed";
  7951.     Value         = "TRUE";
  7952.     Styles         = (CFG_BOOLEAN);
  7953. End
  7954.  
  7955. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Html
  7956.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7957.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['HTML']";
  7958.     Key             = "Installed";
  7959.     Value         = "TRUE";
  7960.     Styles         = (CFG_BOOLEAN);
  7961. End
  7962.  
  7963. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Starwriterweb_50_Vorlagetemplate
  7964.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7965.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter/Web 5.0 Vorlage/Template']";
  7966.     Key             = "Installed";
  7967.     Value         = "TRUE";
  7968.     Styles         = (CFG_BOOLEAN);
  7969. End
  7970.  
  7971. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Starwriterweb_40_Vorlagetemplate
  7972.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7973.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter/Web 4.0 Vorlage/Template']";
  7974.     Key             = "Installed";
  7975.     Value         = "TRUE";
  7976.     Styles         = (CFG_BOOLEAN);
  7977. End
  7978.  
  7979. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Text_Starwriterweb
  7980.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7981.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Text (StarWriter/Web)']";
  7982.     Key             = "Installed";
  7983.     Value         = "TRUE";
  7984.     Styles         = (CFG_BOOLEAN);
  7985. End
  7986.  
  7987. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Starwriter_50
  7988.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7989.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 5.0 (StarWriter/Web)']";
  7990.     Key             = "Installed";
  7991.     Value         = "TRUE";
  7992.     Styles         = (CFG_BOOLEAN);
  7993. End
  7994.  
  7995. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Starwriter_40
  7996.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  7997.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 4.0 (StarWriter/Web)']";
  7998.     Key             = "Installed";
  7999.     Value         = "TRUE";
  8000.     Styles         = (CFG_BOOLEAN);
  8001. End
  8002.  
  8003. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Starwriter_30
  8004.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8005.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 3.0 (StarWriter/Web)']";
  8006.     Key             = "Installed";
  8007.     Value         = "TRUE";
  8008.     Styles         = (CFG_BOOLEAN);
  8009. End
  8010.  
  8011. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Text_Encoded
  8012.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8013.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Text (encoded) (StarWriter/Web)']";
  8014.     Key             = "Installed";
  8015.     Value         = "TRUE";
  8016.     Styles         = (CFG_BOOLEAN);
  8017. End
  8018.  
  8019. ConfigurationItem gid_Configurationitem_Filters_Writer_Globaldocument_Starwriter_50globaldocument
  8020.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8021.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 5.0/GlobalDocument']";
  8022.     Key             = "Installed";
  8023.     Value         = "TRUE";
  8024.     Styles         = (CFG_BOOLEAN);
  8025. End
  8026.  
  8027. ConfigurationItem gid_Configurationitem_Filters_Writer_Globaldocument_Starwriter_40globaldocument
  8028.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8029.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 4.0/GlobalDocument']";
  8030.     Key             = "Installed";
  8031.     Value         = "TRUE";
  8032.     Styles         = (CFG_BOOLEAN);
  8033. End
  8034.  
  8035. ConfigurationItem gid_Configurationitem_Filters_Writer_Globaldocument_Starwriter_50
  8036.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8037.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 5.0 (StarWriter/GlobalDocument)']";
  8038.     Key             = "Installed";
  8039.     Value         = "TRUE";
  8040.     Styles         = (CFG_BOOLEAN);
  8041. End
  8042.  
  8043. ConfigurationItem gid_Configurationitem_Filters_Writer_Globaldocument_Starwriter_40
  8044.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8045.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 4.0 (StarWriter/GlobalDocument)']";
  8046.     Key             = "Installed";
  8047.     Value         = "TRUE";
  8048.     Styles         = (CFG_BOOLEAN);
  8049. End
  8050.  
  8051. ConfigurationItem gid_Configurationitem_Filters_Writer_Globaldocument_Starwriter_30
  8052.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8053.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarWriter 3.0 (StarWriter/GlobalDocument)']";
  8054.     Key             = "Installed";
  8055.     Value         = "TRUE";
  8056.     Styles         = (CFG_BOOLEAN);
  8057. End
  8058.  
  8059. ConfigurationItem gid_Configurationitem_Filters_Writer_Globaldocument_Text_Encoded
  8060.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8061.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Text (encoded) (StarWriter/GlobalDocument)']";
  8062.     Key             = "Installed";
  8063.     Value         = "TRUE";
  8064.     Styles         = (CFG_BOOLEAN);
  8065. End
  8066.  
  8067. ConfigurationItem gid_Configurationitem_Filters_Writer_Staroffice_Xml_Writer_Template
  8068.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8069.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['writer_StarOffice_XML_Writer_Template']";
  8070.     Key             = "Installed";
  8071.     Value         = "TRUE";
  8072.     Styles         = (CFG_BOOLEAN);
  8073. End
  8074.  
  8075. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Staroffice_Xml_Writer_Web_Template
  8076.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8077.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['writer_web_StarOffice_XML_Writer_Web_Template']";
  8078.     Key             = "Installed";
  8079.     Value         = "TRUE";
  8080.     Styles         = (CFG_BOOLEAN);
  8081. End
  8082.  
  8083. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Staroffice_Xml_Writer
  8084.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8085.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['writer_web_StarOffice_XML_Writer']";
  8086.     Key             = "Installed";
  8087.     Value         = "TRUE";
  8088.     Styles         = (CFG_BOOLEAN);
  8089. End
  8090.  
  8091. ConfigurationItem gid_Configurationitem_Filters_Writer_Globaldocument_Staroffice_Xml_Writer_Globaldocument
  8092.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8093.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['writer_globaldocument_StarOffice_XML_Writer_GlobalDocument']";
  8094.     Key             = "Installed";
  8095.     Value         = "TRUE";
  8096.     Styles         = (CFG_BOOLEAN);
  8097. End
  8098.  
  8099. ConfigurationItem gid_Configurationitem_Filters_Writer_Globaldocument_Staroffice_Xml_Writer
  8100.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8101.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['writer_globaldocument_StarOffice_XML_Writer']";
  8102.     Key             = "Installed";
  8103.     Value         = "TRUE";
  8104.     Styles         = (CFG_BOOLEAN);
  8105. End
  8106.  
  8107. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriter1
  8108.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8109.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.TextDocument";
  8110.     Key             = "ooSetupFactoryShortName";
  8111.     Value         = "swriter";
  8112.     Styles         = (CFG_STRING, CREATE);
  8113. End
  8114.  
  8115. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriter2
  8116.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8117.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.TextDocument";
  8118.     Key             = "ooSetupFactoryTemplateFile";
  8119.     Value         = "";
  8120.     Styles         = (CFG_STRING, CREATE);
  8121. End
  8122.  
  8123. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriter3
  8124.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8125.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.TextDocument";
  8126.     Key             = "ooSetupFactoryIcon";
  8127.     Value         = "2";
  8128.     Styles         = (CFG_NUMERIC, CREATE);
  8129. End
  8130.  
  8131. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriter4
  8132.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8133.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.TextDocument";
  8134.     Key             = "ooSetupFactoryWindowAttributes";
  8135.     Value         = "";
  8136.     Styles         = (CFG_STRING, CREATE);
  8137. End
  8138.  
  8139. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriter5
  8140.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8141.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.TextDocument";
  8142.     Key             = "ooSetupFactoryEmptyDocumentURL";
  8143.     Value         = "private:factory/swriter";
  8144.     Styles         = (CFG_STRING, CREATE);
  8145. End
  8146.  
  8147. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterweb1
  8148.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8149.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.WebDocument";
  8150.     Key             = "ooSetupFactoryShortName";
  8151.     Value         = "swriter/web";
  8152.     Styles         = (CFG_STRING, CREATE);
  8153. End
  8154.  
  8155. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterweb2
  8156.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8157.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.WebDocument";
  8158.     Key             = "ooSetupFactoryTemplateFile";
  8159.     Value         = "";
  8160.     Styles         = (CFG_STRING, CREATE);
  8161. End
  8162.  
  8163. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterweb3
  8164.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8165.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.WebDocument";
  8166.     Key             = "ooSetupFactoryIcon";
  8167.     Value         = "12";
  8168.     Styles         = (CFG_NUMERIC, CREATE);
  8169. End
  8170.  
  8171. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterweb4
  8172.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8173.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.WebDocument";
  8174.     Key             = "ooSetupFactoryWindowAttributes";
  8175.     Value         = "";
  8176.     Styles         = (CFG_STRING, CREATE);
  8177. End
  8178.  
  8179. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterweb5
  8180.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8181.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.WebDocument";
  8182.     Key             = "ooSetupFactoryEmptyDocumentURL";
  8183.     Value         = "private:factory/swriter/web";
  8184.     Styles         = (CFG_STRING, CREATE);
  8185. End
  8186.  
  8187. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterglobal1
  8188.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8189.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.GlobalDocument";
  8190.     Key             = "ooSetupFactoryShortName";
  8191.     Value         = "swriter/GlobalDocument";
  8192.     Styles         = (CFG_STRING, CREATE);
  8193. End
  8194.  
  8195. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterglobal2
  8196.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8197.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.GlobalDocument";
  8198.     Key             = "ooSetupFactoryTemplateFile";
  8199.     Value         = "";
  8200.     Styles         = (CFG_STRING, CREATE);
  8201. End
  8202.  
  8203. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterglobal3
  8204.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8205.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.GlobalDocument";
  8206.     Key             = "ooSetupFactoryIcon";
  8207.     Value         = "11";
  8208.     Styles         = (CFG_NUMERIC, CREATE);
  8209. End
  8210.  
  8211. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterglobal4
  8212.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8213.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.GlobalDocument";
  8214.     Key             = "ooSetupFactoryWindowAttributes";
  8215.     Value         = "";
  8216.     Styles         = (CFG_STRING, CREATE);
  8217. End
  8218.  
  8219. ConfigurationItem gid_Configurationitem_Soffice_Apps_Swriterglobal5
  8220.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8221.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.text.GlobalDocument";
  8222.     Key             = "ooSetupFactoryEmptyDocumentURL";
  8223.     Value         = "private:factory/swriter/GlobalDocument";
  8224.     Styles         = (CFG_STRING, CREATE);
  8225. End
  8226.  
  8227. RegistryItem gid_Regitem_Soffice_Starwriterdocument_Curver
  8228.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8229.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8230.     Subkey         = "soffice.StarWriterDocument\CurVer";
  8231.     Value         = "soffice.StarWriterDocument.6";
  8232. End
  8233.  
  8234. RegistryItem gid_Regitem__Sdw
  8235.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8236.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8237.     Subkey         = ".sdw";
  8238.     Value         = "soffice.StarWriterDocument.5";
  8239. End
  8240.  
  8241. RegistryItem gid_Regitem_Sdw_Contenttype
  8242.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8243.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8244.     Subkey         = ".sdw";
  8245.     Name         = "Content Type";
  8246.     Value         = "application/vnd.stardivision.writer";
  8247. End
  8248.  
  8249. RegistryItem gid_Regitem_Sdw_Mime_Database
  8250.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8251.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8252.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.writer";
  8253.     Name         = "Extension";
  8254.     Value         = ".sdw";
  8255. End
  8256.  
  8257. RegistryItem gid_Regitem_Sdw_So4_Mime_Database
  8258.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8259.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8260.     Subkey         = "MIME\Database\Content Type\application/x-starwriter";
  8261.     Name         = "Extension";
  8262.     Value         = ".sdw";
  8263. End
  8264.  
  8265. RegistryItem gid_Regitem__Sxw
  8266.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8267.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8268.     Subkey         = ".sxw";
  8269.     Value         = "soffice.StarWriterDocument.6";
  8270. End
  8271.  
  8272. RegistryItem gid_Regitem_Sxw_Contenttype
  8273.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8274.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8275.     Subkey         = ".sxw";
  8276.     Name         = "Content Type";
  8277.     Value         = "application/vnd.sun.xml.writer";
  8278. End
  8279.  
  8280. RegistryItem gid_Regitem_Sxw_Mime_Database
  8281.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8282.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8283.     Subkey         = "MIME\Database\Content Type\application/vnd.sun.xml.writer";
  8284.     Name         = "Extension";
  8285.     Value         = ".sxw";
  8286. End
  8287.  
  8288. RegistryItem gid_Regitem_Sxw_Soffice_Starwriterdocument_6_Shellnew
  8289.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8290.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8291.     Subkey         = ".sxw\soffice.StarWriterDocument.6\ShellNew";
  8292.     Name         = "FileName";
  8293.     Value         = "soffice.sxw";
  8294. End
  8295.  
  8296. RegistryItem gid_Regitem_Soffice_Starwriterdocument_5
  8297.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8298.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8299.     Subkey         = "soffice.StarWriterDocument.5";
  8300.     Value         = "%PRODUCTNAME 5.0 Text Document";
  8301. End
  8302.  
  8303. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6
  8304.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8305.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8306.     Subkey         = "soffice.StarWriterDocument.6";
  8307.     Value         = "%PRODUCTNAME %PRODUCTVERSION Text Document";
  8308. End
  8309.  
  8310. RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Defaulticon
  8311.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8312.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8313.     Subkey         = "soffice.StarWriterDocument.5\DefaultIcon";
  8314.     Value         = "<progpath>\program\soffice.exe,1";
  8315. End
  8316.  
  8317. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Defaulticon
  8318.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8319.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8320.     Subkey         = "soffice.StarWriterDocument.6\DefaultIcon";
  8321.     Value         = "<progpath>\program\soffice.exe,1";
  8322. End
  8323.  
  8324. RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell
  8325.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8326.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8327.     Subkey         = "soffice.StarWriterDocument.5\shell";
  8328.     Value         = "open";
  8329. End
  8330.  
  8331. RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_New
  8332.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8333.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8334.     Subkey         = "soffice.StarWriterDocument.5\shell\new";
  8335.     Value         = "~New";
  8336. End
  8337.  
  8338. RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_New_Command
  8339.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8340.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8341.     Subkey         = "soffice.StarWriterDocument.5\shell\new\command";
  8342.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  8343. End
  8344.  
  8345. RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_Open_Command
  8346.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8347.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8348.     Subkey         = "soffice.StarWriterDocument.5\shell\open\command";
  8349.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  8350. End
  8351.  
  8352. RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_Print_Command
  8353.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8354.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8355.     Subkey         = "soffice.StarWriterDocument.5\shell\print\command";
  8356.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  8357. End
  8358.  
  8359. RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_Printto_Command
  8360.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8361.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8362.     Subkey         = "soffice.StarWriterDocument.5\shell\printto\command";
  8363.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  8364. End
  8365.  
  8366. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell
  8367.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8368.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8369.     Subkey         = "soffice.StarWriterDocument.6\shell";
  8370.     Value         = "open";
  8371. End
  8372.  
  8373. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_New
  8374.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8375.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8376.     Subkey         = "soffice.StarWriterDocument.6\shell\new";
  8377.     Value         = "~New";
  8378. End
  8379.  
  8380. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_New_Command
  8381.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8382.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8383.     Subkey         = "soffice.StarWriterDocument.6\shell\new\command";
  8384.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  8385. End
  8386.  
  8387. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_Open_Command
  8388.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8389.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8390.     Subkey         = "soffice.StarWriterDocument.6\shell\open\command";
  8391.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  8392. End
  8393.  
  8394. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_Print_Command
  8395.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8396.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8397.     Subkey         = "soffice.StarWriterDocument.6\shell\print\command";
  8398.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  8399. End
  8400.  
  8401. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_Printto_Command
  8402.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8403.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8404.     Subkey         = "soffice.StarWriterDocument.6\shell\printto\command";
  8405.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  8406. End
  8407.  
  8408. RegistryItem gid_Regitem_Stw
  8409.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8410.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8411.     Subkey         = ".stw";
  8412.     Value         = "soffice.StarWriterTemplate.6";
  8413. End
  8414.  
  8415. RegistryItem gid_Regitem_Stw_Contenttype
  8416.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8417.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8418.     Subkey         = ".stw";
  8419.     Name         = "Content Type";
  8420.     Value         = "application/vnd.sun.xml.writer.template";
  8421. End
  8422.  
  8423. RegistryItem gid_Regitem_Soffice_Starwritertemplate_6
  8424.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8425.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8426.     Subkey         = "soffice.StarWriterTemplate.6";
  8427.     Value         = "%PRODUCTNAME %PRODUCTVERSION Text Document Template";
  8428. End
  8429.  
  8430. RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Defaulticon
  8431.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8432.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8433.     Subkey         = "soffice.StarWriterTemplate.6\DefaultIcon";
  8434.     Value         = "<progpath>\program\soffice.exe,2";
  8435. End
  8436.  
  8437. RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell
  8438.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8439.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8440.     Subkey         = "soffice.StarWriterTemplate.6\shell";
  8441.     Value         = "new";
  8442. End
  8443.  
  8444. RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_New
  8445.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8446.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8447.     Subkey         = "soffice.StarWriterTemplate.6\shell\new";
  8448.     Value         = "~New";
  8449. End
  8450.  
  8451. RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_New_Command
  8452.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8453.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8454.     Subkey         = "soffice.StarWriterTemplate.6\shell\new\command";
  8455.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  8456. End
  8457.  
  8458. RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_Open_Command
  8459.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8460.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8461.     Subkey         = "soffice.StarWriterTemplate.6\shell\open\command";
  8462.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  8463. End
  8464.  
  8465. RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_Print_Command
  8466.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8467.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8468.     Subkey         = "soffice.StarWriterTemplate.6\shell\print\command";
  8469.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  8470. End
  8471.  
  8472. RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_Printto_Command
  8473.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8474.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8475.     Subkey         = "soffice.StarWriterTemplate.6\shell\printto\command";
  8476.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  8477. End
  8478.  
  8479. RegistryItem gid_Regitem__Sgl
  8480.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8481.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8482.     Subkey         = ".sgl";
  8483.     Value         = "soffice.StarWriterGlobalDocument.5";
  8484. End
  8485.  
  8486. RegistryItem gid_Regitem_Sgl_Contenttype
  8487.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8488.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8489.     Subkey         = ".sgl";
  8490.     Name         = "Content Type";
  8491.     Value         = "application/vnd.stardivision.writer-global";
  8492. End
  8493.  
  8494. RegistryItem gid_Regitem_Sgl_Mime_Database
  8495.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8496.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8497.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.writer-global";
  8498.     Name         = "Extension";
  8499.     Value         = ".sgl";
  8500. End
  8501.  
  8502. RegistryItem gid_Regitem_Sxg
  8503.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8504.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8505.     Subkey         = ".sxg";
  8506.     Value         = "soffice.StarWriterGlobalDocument.6";
  8507. End
  8508.  
  8509. RegistryItem gid_Regitem_Sxg_Contenttype
  8510.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8511.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8512.     Subkey         = ".sxg";
  8513.     Name         = "Content Type";
  8514.     Value         = "application/vnd.sun.xml.writer.global";
  8515. End
  8516.  
  8517. RegistryItem gid_Regitem_Sxg_Mime_Database
  8518.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8519.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8520.     Subkey         = "MIME\Database\Content Type\application/vnd.sun.xml.writer.global";
  8521.     Name         = "Extension";
  8522.     Value         = ".sxg";
  8523. End
  8524.  
  8525. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_Curver
  8526.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8527.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8528.     Subkey         = "soffice.StarWriterGlobalDocument\CurVer";
  8529.     Value         = "soffice.StarWriterGlobalDocument.6";
  8530. End
  8531.  
  8532. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6
  8533.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8534.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8535.     Subkey         = "soffice.StarWriterGlobalDocument.6";
  8536.     Value         = "%PRODUCTNAME %PRODUCTVERSION Master Document";
  8537. End
  8538.  
  8539. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Defaulticon
  8540.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8541.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8542.     Subkey         = "soffice.StarWriterGlobalDocument.6\DefaultIcon";
  8543.     Value         = "<progpath>\program\soffice.exe,10";
  8544. End
  8545.  
  8546. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5
  8547.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8548.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8549.     Subkey         = "soffice.StarWriterGlobalDocument.5";
  8550.     Value         = "%PRODUCTNAME 5.0 Master Document";
  8551. End
  8552.  
  8553. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Defaulticon
  8554.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8555.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8556.     Subkey         = "soffice.StarWriterGlobalDocument.5\DefaultIcon";
  8557.     Value         = "<progpath>\program\soffice.exe,10";
  8558. End
  8559.  
  8560. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell
  8561.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8562.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8563.     Subkey         = "soffice.StarWriterGlobalDocument.6\shell";
  8564.     Value         = "open";
  8565. End
  8566.  
  8567. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_New
  8568.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8569.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8570.     Subkey         = "soffice.StarWriterGlobalDocument.6\shell\new";
  8571.     Value         = "~New";
  8572. End
  8573.  
  8574. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_New_Command
  8575.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8576.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8577.     Subkey         = "soffice.StarWriterGlobalDocument.6\shell\new\command";
  8578.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  8579. End
  8580.  
  8581. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_Open_Command
  8582.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8583.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8584.     Subkey         = "soffice.StarWriterGlobalDocument.6\shell\open\command";
  8585.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  8586. End
  8587.  
  8588. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell
  8589.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8590.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8591.     Subkey         = "soffice.StarWriterGlobalDocument.5\shell";
  8592.     Value         = "open";
  8593. End
  8594.  
  8595. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_New
  8596.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8597.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8598.     Subkey         = "soffice.StarWriterGlobalDocument.5\shell\new";
  8599.     Value         = "~New";
  8600. End
  8601.  
  8602. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_New_Command
  8603.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8604.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8605.     Subkey         = "soffice.StarWriterGlobalDocument.5\shell\new\command";
  8606.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  8607. End
  8608.  
  8609. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_Open_Command
  8610.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8611.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8612.     Subkey         = "soffice.StarWriterGlobalDocument.5\shell\open\command";
  8613.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  8614. End
  8615.  
  8616. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_Print_Command
  8617.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8618.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8619.     Subkey         = "soffice.StarWriterGlobalDocument.6\shell\print\command";
  8620.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  8621. End
  8622.  
  8623. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_Print_Command
  8624.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8625.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8626.     Subkey         = "soffice.StarWriterGlobalDocument.5\shell\print\command";
  8627.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  8628. End
  8629.  
  8630. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_Printto_Command
  8631.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8632.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8633.     Subkey         = "soffice.StarWriterGlobalDocument.6\shell\printto\command";
  8634.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  8635. End
  8636.  
  8637. RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_Printto_Command
  8638.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8639.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8640.     Subkey         = "soffice.StarWriterGlobalDocument.5\shell\printto\command";
  8641.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  8642. End
  8643.  
  8644. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Clsid
  8645.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8646.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8647.     Subkey         = "soffice.StarWriterDocument.6\CLSID";
  8648.     Value         = "{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}";
  8649. End
  8650.  
  8651. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Insertable
  8652.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8653.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8654.     Subkey         = "soffice.StarWriterDocument.6\Insertable";
  8655. End
  8656.  
  8657. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Protocol_Stdfileediting_Server
  8658.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8659.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8660.     Subkey         = "soffice.StarWriterDocument.6\protocol\StdFileEditing\server";
  8661.     Value         = "<progpath>\program\soffice.exe";
  8662. End
  8663.  
  8664. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Protocol_Stdfileediting_Verb_0
  8665.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8666.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8667.     Subkey         = "soffice.StarWriterDocument.6\protocol\StdFileEditing\verb\0";
  8668.     Value         = "&Edit";
  8669. End
  8670.  
  8671. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Protocol_Stdfileediting_Verb__1
  8672.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8673.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8674.     Subkey         = "soffice.StarWriterDocument.6\protocol\StdFileEditing\verb\-1";
  8675.     Value         = "&Show";
  8676. End
  8677.  
  8678. RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Protocol_Stdfileediting_Verb__2
  8679.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8680.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8681.     Subkey         = "soffice.StarWriterDocument.6\protocol\StdFileEditing\verb\-2";
  8682.     Value         = "&Open";
  8683. End
  8684.  
  8685. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e_
  8686.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8687.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8688.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}";
  8689.     Value         = "%PRODUCTNAME %PRODUCTVERSION Text Document";
  8690. End
  8691.  
  8692. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Localserver32
  8693.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8694.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8695.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\LocalServer32";
  8696.     Value         = "<progpath>\program\soffice.exe -nodefault -nologo";
  8697. End
  8698.  
  8699. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Inprochandler32
  8700.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8701.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8702.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\InprocHandler32";
  8703.     Value         = "ole32.dll";
  8704. End
  8705.  
  8706. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Defaulticon
  8707.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8708.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8709.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\DefaultIcon";
  8710.     Value         = "<progpath>\program\soffice.exe,0";
  8711. End
  8712.  
  8713. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Insertable
  8714.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8715.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8716.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\Insertable";
  8717. End
  8718.  
  8719. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Progid
  8720.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8721.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8722.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\ProgID";
  8723.     Value         = "soffice.StarWriterDocument.6";
  8724. End
  8725.  
  8726. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Programmable
  8727.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8728.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8729.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\Programmable";
  8730. End
  8731.  
  8732. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Miscstatus
  8733.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8734.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8735.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\MiscStatus";
  8736.     Value         = "16";
  8737. End
  8738.  
  8739. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Verb_0
  8740.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8741.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8742.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\verb\0";
  8743.     Value         = "&Edit,0,0";
  8744. End
  8745.  
  8746. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Verb__1
  8747.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8748.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8749.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\verb\-1";
  8750.     Value         = "Show,0,0";
  8751. End
  8752.  
  8753. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Verb__2
  8754.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8755.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8756.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\verb\-2";
  8757.     Value         = "Open,0,0";
  8758. End
  8759.  
  8760. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Versionindependentprogid
  8761.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8762.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8763.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\VersionIndependentProgID";
  8764.     Value         = "soffice.StarWriterDocument.6";
  8765. End
  8766.  
  8767. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Dataformats_Getset_0
  8768.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8769.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8770.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\DataFormats\GetSet\0";
  8771.     Value         = "Embed Source,1,8,1";
  8772. End
  8773.  
  8774. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Dataformats_Getset_1
  8775.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8776.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8777.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\DataFormats\GetSet\1";
  8778.     Value         = "3,1,32,1";
  8779. End
  8780.  
  8781. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Dataformats_Getset_2
  8782.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8783.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8784.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\DataFormats\GetSet\2";
  8785.     Value         = "2,1,16,1";
  8786. End
  8787.  
  8788. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Auxusertype_2
  8789.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8790.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8791.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\AuxUserType\2";
  8792.     Value         = "%PRODUCTNAME";
  8793. End
  8794.  
  8795. RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Auxusertype_3
  8796.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  8797.     ModuleID     = gid_Module_Prg_Wrt_Bin;
  8798.     Subkey         = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\AuxUserType\3";
  8799.     Value         = "%PRODUCTNAME %PRODUCTVERSION Text Document";
  8800. End
  8801.  
  8802. File gid_File_Help_Swriter_Zip
  8803.     Name         = "swriter01.zip";
  8804.     PackedName     = "f_0323";
  8805.     Size         = 1539285;
  8806.     ArchiveFiles = 16;
  8807.     ArchiveSize     = 3121036;
  8808.     Dir             = gid_Dir_Help_Isolanguage;
  8809.     Carrier         = gid_DataCarrier;
  8810.     UnixRights     = 444;
  8811.     Date         = "04072003";
  8812.     Time         = "0700";
  8813.     Styles         = (ARCHIVE);
  8814. End
  8815.  
  8816. File gid_File_Help_Smath_Zip
  8817.     Name         = "smath01.zip";
  8818.     PackedName     = "f_0324";
  8819.     Size         = 933020;
  8820.     ArchiveFiles = 16;
  8821.     ArchiveSize     = 2221762;
  8822.     Dir             = gid_Dir_Help_Isolanguage;
  8823.     Carrier         = gid_DataCarrier;
  8824.     UnixRights     = 444;
  8825.     Date         = "04072003";
  8826.     Time         = "0700";
  8827.     Styles         = (ARCHIVE);
  8828. End
  8829.  
  8830. Module gid_Module_Prg_Wrt_Help
  8831.     ParentID     = gid_Module_Prg_Wrt;
  8832.     Name         = "%PRODUCTNAME Writer Help";
  8833.     Description     = "Help about %PRODUCTNAME Writer";
  8834.     Minimal         = YES;
  8835.     Default         = YES;
  8836.     Files         = (gid_File_Help_Swriter_Zip, gid_File_Help_Smath_Zip);
  8837. End
  8838.  
  8839. Module gid_Module_Prg_Wrt_Temp
  8840.     ParentID     = gid_Module_Prg_Wrt;
  8841.     Name         = "%PRODUCTNAME Writer Templates";
  8842.     Description     = "Use the templates in %PRODUCTNAME Writer to create letters, memos, resumes, and much more.";
  8843.     Default         = YES;
  8844.     Styles         = (HIDDEN_ROOT);
  8845. End
  8846.  
  8847. Module gid_Module_Prg_Wrt_Sample
  8848.     ParentID     = gid_Module_Prg_Wrt;
  8849.     Name         = "%PRODUCTNAME Writer Samples";
  8850.     Description     = "%PRODUCTNAME Writer Samples";
  8851.     Default         = YES;
  8852.     Styles         = (HIDDEN_ROOT);
  8853. End
  8854.  
  8855. Module gid_Module_Prg_Calc
  8856.     ParentID     = gid_Module_Prg;
  8857.     Name         = "%PRODUCTNAME Calc";
  8858.     Description     = "The %PRODUCTNAME spreadsheet program.";
  8859. End
  8860.  
  8861. File gid_File_Lib_Calc
  8862.     Name         = "calc645mi.dll";
  8863.     PackedName     = "f_0325";
  8864.     Size         = 143360;
  8865.     Dir             = gid_Dir_Program;
  8866.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  8867.     Carrier         = gid_DataCarrier;
  8868.     UnixRights     = 444;
  8869.     Date         = "04072003";
  8870.     Time         = "0700";
  8871.     Styles         = (PACKED, UNO_COMPONENT);
  8872. End
  8873.  
  8874. File gid_File_Lib_Sc
  8875.     Name         = "sc645mi.dll";
  8876.     PackedName     = "f_0326";
  8877.     Size         = 5058560;
  8878.     Dir             = gid_Dir_Program;
  8879.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  8880.     Carrier         = gid_DataCarrier;
  8881.     UnixRights     = 444;
  8882.     Date         = "04072003";
  8883.     Time         = "0700";
  8884.     Styles         = (PACKED, UNO_COMPONENT);
  8885. End
  8886.  
  8887. File gid_File_Res_Sc
  8888.     Name         = "sc64501.res";
  8889.     PackedName     = "f_0327";
  8890.     Size         = 553106;
  8891.     Dir             = gid_Dir_Resource;
  8892.     Carrier         = gid_DataCarrier;
  8893.     UnixRights     = 444;
  8894.     Date         = "04072003";
  8895.     Time         = "0700";
  8896.     Styles         = (PACKED);
  8897. End
  8898.  
  8899. Module gid_Module_Prg_Calc_Bin
  8900.     ParentID     = gid_Module_Prg_Calc;
  8901.     Name         = "Program Module";
  8902.     Description     = "The application %PRODUCTNAME Calc";
  8903.     Minimal         = YES;
  8904.     Default         = YES;
  8905.     Files         = (gid_File_Lib_Calc, gid_File_Lib_Sc, gid_File_Res_Sc);
  8906. End
  8907.  
  8908. FolderItem gid_Folderitem_Scalc
  8909.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8910.     Name         = "Spreadsheet";
  8911.     FolderID     = gid_Folder_Staroffice51;
  8912.     FileID         = gid_File_Bin_Soffice;
  8913.     IconFile     = gid_File_Bin_Soffice;
  8914.     IconID         = 3;
  8915.     Parameter     = "-calc";
  8916.     Styles         = (NOWEB);
  8917. End
  8918.  
  8919. ConfigurationItem gid_Configurationitem_Soffice_Apps_Scalc1
  8920.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8921.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.sheet.SpreadsheetDocument";
  8922.     Key             = "ooSetupFactoryShortName";
  8923.     Value         = "scalc";
  8924.     Styles         = (CFG_STRING, CREATE);
  8925. End
  8926.  
  8927. ConfigurationItem gid_Configurationitem_Soffice_Apps_Scalc2
  8928.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8929.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.sheet.SpreadsheetDocument";
  8930.     Key             = "ooSetupFactoryTemplateFile";
  8931.     Value         = "";
  8932.     Styles         = (CFG_STRING, CREATE);
  8933. End
  8934.  
  8935. ConfigurationItem gid_Configurationitem_Soffice_Apps_Scalc3
  8936.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8937.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.sheet.SpreadsheetDocument";
  8938.     Key             = "ooSetupFactoryIcon";
  8939.     Value         = "4";
  8940.     Styles         = (CFG_NUMERIC, CREATE);
  8941. End
  8942.  
  8943. ConfigurationItem gid_Configurationitem_Soffice_Apps_Scalc4
  8944.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8945.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.sheet.SpreadsheetDocument";
  8946.     Key             = "ooSetupFactoryWindowAttributes";
  8947.     Value         = "";
  8948.     Styles         = (CFG_STRING, CREATE);
  8949. End
  8950.  
  8951. ConfigurationItem gid_Configurationitem_Soffice_Apps_Scalc5
  8952.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8953.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.sheet.SpreadsheetDocument";
  8954.     Key             = "ooSetupFactoryEmptyDocumentURL";
  8955.     Value         = "private:factory/scalc";
  8956.     Styles         = (CFG_STRING, CREATE);
  8957. End
  8958.  
  8959. ConfigurationItem gid_Configurationitem_Filters_Calc_Staroffice_Xml_Calc
  8960.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8961.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarOffice XML (Calc)']";
  8962.     Key             = "Installed";
  8963.     Value         = "TRUE";
  8964.     Styles         = (CFG_BOOLEAN);
  8965. End
  8966.  
  8967. ConfigurationItem gid_Configurationitem_Filters_Calc_Staroffice_Xml_Calc_Template
  8968.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8969.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['calc_StarOffice_XML_Calc_Template']";
  8970.     Key             = "Installed";
  8971.     Value         = "TRUE";
  8972.     Styles         = (CFG_BOOLEAN);
  8973. End
  8974.  
  8975. ConfigurationItem gid_Configurationitem_Filters_Calc_Starcalc_50
  8976.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8977.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarCalc 5.0']";
  8978.     Key             = "Installed";
  8979.     Value         = "TRUE";
  8980.     Styles         = (CFG_BOOLEAN);
  8981. End
  8982.  
  8983. ConfigurationItem gid_Configurationitem_Filters_Calc_Starcalc_50_Vorlagetemplate
  8984.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8985.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarCalc 5.0 Vorlage/Template']";
  8986.     Key             = "Installed";
  8987.     Value         = "TRUE";
  8988.     Styles         = (CFG_BOOLEAN);
  8989. End
  8990.  
  8991. ConfigurationItem gid_Configurationitem_Filters_Calc_Starcalc_40
  8992.     ModuleID     = gid_Module_Prg_Calc_Bin;
  8993.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarCalc 4.0']";
  8994.     Key             = "Installed";
  8995.     Value         = "TRUE";
  8996.     Styles         = (CFG_BOOLEAN);
  8997. End
  8998.  
  8999. ConfigurationItem gid_Configurationitem_Filters_Calc_Starcalc_40_Vorlagetemplate
  9000.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9001.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarCalc 4.0 Vorlage/Template']";
  9002.     Key             = "Installed";
  9003.     Value         = "TRUE";
  9004.     Styles         = (CFG_BOOLEAN);
  9005. End
  9006.  
  9007. ConfigurationItem gid_Configurationitem_Filters_Calc_Starcalc_30
  9008.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9009.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarCalc 3.0']";
  9010.     Key             = "Installed";
  9011.     Value         = "TRUE";
  9012.     Styles         = (CFG_BOOLEAN);
  9013. End
  9014.  
  9015. ConfigurationItem gid_Configurationitem_Filters_Calc_Starcalc_30_Vorlagetemplate
  9016.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9017.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarCalc 3.0 Vorlage/Template']";
  9018.     Key             = "Installed";
  9019.     Value         = "TRUE";
  9020.     Styles         = (CFG_BOOLEAN);
  9021. End
  9022.  
  9023. ConfigurationItem gid_Configurationitem_Filters_Calc_Ms_Excel_97
  9024.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9025.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Excel 97']";
  9026.     Key             = "Installed";
  9027.     Value         = "TRUE";
  9028.     Styles         = (CFG_BOOLEAN);
  9029. End
  9030.  
  9031. ConfigurationItem gid_Configurationitem_Filters_Calc_Ms_Excel_97_Vorlagetemplate
  9032.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9033.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Excel 97 Vorlage/Template']";
  9034.     Key             = "Installed";
  9035.     Value         = "TRUE";
  9036.     Styles         = (CFG_BOOLEAN);
  9037. End
  9038.  
  9039. ConfigurationItem gid_Configurationitem_Filters_Calc_Ms_Excel_95
  9040.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9041.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Excel 95']";
  9042.     Key             = "Installed";
  9043.     Value         = "TRUE";
  9044.     Styles         = (CFG_BOOLEAN);
  9045. End
  9046.  
  9047. ConfigurationItem gid_Configurationitem_Filters_Calc_Ms_Excel_95_Vorlagetemplate
  9048.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9049.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Excel 95 Vorlage/Template']";
  9050.     Key             = "Installed";
  9051.     Value         = "TRUE";
  9052.     Styles         = (CFG_BOOLEAN);
  9053. End
  9054.  
  9055. ConfigurationItem gid_Configurationitem_Filters_Calc_Ms_Excel_5095
  9056.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9057.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Excel 5.0/95']";
  9058.     Key             = "Installed";
  9059.     Value         = "TRUE";
  9060.     Styles         = (CFG_BOOLEAN);
  9061. End
  9062.  
  9063. ConfigurationItem gid_Configurationitem_Filters_Calc_Ms_Excel_5095_Vorlagetemplate
  9064.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9065.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Excel 5.0/95 Vorlage/Template']";
  9066.     Key             = "Installed";
  9067.     Value         = "TRUE";
  9068.     Styles         = (CFG_BOOLEAN);
  9069. End
  9070.  
  9071. ConfigurationItem gid_Configurationitem_Filters_Calc_Ms_Excel_40
  9072.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9073.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Excel 4.0']";
  9074.     Key             = "Installed";
  9075.     Value         = "TRUE";
  9076.     Styles         = (CFG_BOOLEAN);
  9077. End
  9078.  
  9079. ConfigurationItem gid_Configurationitem_Filters_Calc_Ms_Excel_40_Vorlagetemplate
  9080.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9081.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS Excel 4.0 Vorlage/Template']";
  9082.     Key             = "Installed";
  9083.     Value         = "TRUE";
  9084.     Styles         = (CFG_BOOLEAN);
  9085. End
  9086.  
  9087. ConfigurationItem gid_Configurationitem_Filters_Calc_Rich_Text_Format_Starcalc
  9088.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9089.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Rich Text Format (StarCalc)']";
  9090.     Key             = "Installed";
  9091.     Value         = "TRUE";
  9092.     Styles         = (CFG_BOOLEAN);
  9093. End
  9094.  
  9095. ConfigurationItem gid_Configurationitem_Filters_Calc_Sylk
  9096.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9097.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['SYLK']";
  9098.     Key             = "Installed";
  9099.     Value         = "TRUE";
  9100.     Styles         = (CFG_BOOLEAN);
  9101. End
  9102.  
  9103. ConfigurationItem gid_Configurationitem_Filters_Calc_Dif
  9104.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9105.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['DIF']";
  9106.     Key             = "Installed";
  9107.     Value         = "TRUE";
  9108.     Styles         = (CFG_BOOLEAN);
  9109. End
  9110.  
  9111. ConfigurationItem gid_Configurationitem_Filters_Calc_Html_Starcalc
  9112.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9113.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['HTML (StarCalc)']";
  9114.     Key             = "Installed";
  9115.     Value         = "TRUE";
  9116.     Styles         = (CFG_BOOLEAN);
  9117. End
  9118.  
  9119. ConfigurationItem gid_Configurationitem_Filters_Calc_Dbase
  9120.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9121.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['dBase']";
  9122.     Key             = "Installed";
  9123.     Value         = "TRUE";
  9124.     Styles         = (CFG_BOOLEAN);
  9125. End
  9126.  
  9127. ConfigurationItem gid_Configurationitem_Filters_Calc_Lotus
  9128.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9129.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Lotus']";
  9130.     Key             = "Installed";
  9131.     Value         = "TRUE";
  9132.     Styles         = (CFG_BOOLEAN);
  9133. End
  9134.  
  9135. ConfigurationItem gid_Configurationitem_Filters_Calc_Starcalc_10
  9136.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9137.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarCalc 1.0']";
  9138.     Key             = "Installed";
  9139.     Value         = "TRUE";
  9140.     Styles         = (CFG_BOOLEAN);
  9141. End
  9142.  
  9143. ConfigurationItem gid_Configurationitem_Filters_Calc_Text_Txt_Csv_Starcalc
  9144.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9145.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Text - txt - csv (StarCalc)']";
  9146.     Key             = "Installed";
  9147.     Value         = "TRUE";
  9148.     Styles         = (CFG_BOOLEAN);
  9149. End
  9150.  
  9151. ConfigurationItem gid_Configurationitem_Filters_Calc_Html_Webquery
  9152.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9153.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['calc_HTML_WebQuery']";
  9154.     Key             = "Installed";
  9155.     Value         = "TRUE";
  9156.     Styles         = (CFG_BOOLEAN);
  9157. End
  9158.  
  9159. ConfigurationItem gid_Configurationitem_Common_Objectnames_Calc_Name
  9160.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9161.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Calc']/Name";
  9162.     Key             = "en-US";
  9163.     Value         = "%PRODUCTNAME %PRODUCTVERSION Spreadsheet";
  9164.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9165. End
  9166.  
  9167. ConfigurationItem gid_Configurationitem_Common_Objectnames_Calc_Key
  9168.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9169.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Calc']";
  9170.     Key             = "Key";
  9171.     Value         = "47BBB4CB-CE4C-4E80-A591-42D9AE74950F";
  9172.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9173. End
  9174.  
  9175. ConfigurationItem gid_Configurationitem_Common_Menus_New_M1_Titel
  9176.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9177.     Path         = "org.openoffice.Office.Common/Menus/New/*['m1']/Title";
  9178.     Key             = "en-US";
  9179.     Value         = "~Spreadsheet";
  9180.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9181. End
  9182.  
  9183. ConfigurationItem gid_Configurationitem_Common_Menus_New_M1_Url
  9184.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9185.     Path         = "org.openoffice.Office.Common/Menus/New/*['m1']";
  9186.     Key             = "URL";
  9187.     Value         = "private:factory/scalc";
  9188.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9189. End
  9190.  
  9191. ConfigurationItem gid_Configurationitem_Common_Menus_New_M1_Targetname
  9192.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9193.     Path         = "org.openoffice.Office.Common/Menus/New/*['m1']";
  9194.     Key             = "TargetName";
  9195.     Value         = "_default";
  9196.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9197. End
  9198.  
  9199. RegistryItem gid_Regitem__Sdc
  9200.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9201.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9202.     Subkey         = ".sdc";
  9203.     Value         = "soffice.StarCalcDocument.5";
  9204. End
  9205.  
  9206. RegistryItem gid_Regitem_Sdc_Contenttype
  9207.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9208.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9209.     Subkey         = ".sdc";
  9210.     Name         = "Content Type";
  9211.     Value         = "application/vnd.stardivision.calc";
  9212. End
  9213.  
  9214. RegistryItem gid_Regitem_Sdc_Mime_Database
  9215.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9216.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9217.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.calc";
  9218.     Name         = "Extension";
  9219.     Value         = ".sdc";
  9220. End
  9221.  
  9222. RegistryItem gid_Regitem_Sdc_So4_Mime_Database
  9223.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9224.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9225.     Subkey         = "MIME\Database\Content Type\application/x-starcalc";
  9226.     Name         = "Extension";
  9227.     Value         = ".sdc";
  9228. End
  9229.  
  9230. RegistryItem gid_Regitem__Sxc
  9231.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9232.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9233.     Subkey         = ".sxc";
  9234.     Value         = "soffice.StarCalcDocument.6";
  9235. End
  9236.  
  9237. RegistryItem gid_Regitem_Sxc_Contenttype
  9238.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9239.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9240.     Subkey         = ".sxc";
  9241.     Name         = "Content Type";
  9242.     Value         = "application/vnd.sun.xml.calc";
  9243. End
  9244.  
  9245. RegistryItem gid_Regitem_Sxc_Mime_Database
  9246.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9247.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9248.     Subkey         = "MIME\Database\Content Type\application/vnd.sun.xml.calc";
  9249.     Name         = "Extension";
  9250.     Value         = ".sxc";
  9251. End
  9252.  
  9253. RegistryItem gid_Regitem_Sxc_Soffice_Starcalcdocument_6_Shellnew
  9254.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9255.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9256.     Subkey         = ".sxc\soffice.StarCalcDocument.6\ShellNew";
  9257.     Name         = "FileName";
  9258.     Value         = "soffice.sxc";
  9259. End
  9260.  
  9261. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6
  9262.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9263.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9264.     Subkey         = "soffice.StarCalcDocument.6";
  9265.     Value         = "%PRODUCTNAME %PRODUCTVERSION Spreadsheet";
  9266. End
  9267.  
  9268. RegistryItem gid_Regitem_Soffice_Starcalcdocument_5
  9269.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9270.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9271.     Subkey         = "soffice.StarCalcDocument.5";
  9272.     Value         = "%PRODUCTNAME 5.0 Spreadsheet";
  9273. End
  9274.  
  9275. RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Defaulticon
  9276.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9277.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9278.     Subkey         = "soffice.StarCalcDocument.5\DefaultIcon";
  9279.     Value         = "<progpath>\program\soffice.exe,3";
  9280. End
  9281.  
  9282. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Defaulticon
  9283.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9284.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9285.     Subkey         = "soffice.StarCalcDocument.6\DefaultIcon";
  9286.     Value         = "<progpath>\program\soffice.exe,3";
  9287. End
  9288.  
  9289. RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell
  9290.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9291.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9292.     Subkey         = "soffice.StarCalcDocument.5\shell";
  9293.     Value         = "open";
  9294. End
  9295.  
  9296. RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_New
  9297.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9298.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9299.     Subkey         = "soffice.StarCalcDocument.5\shell\new";
  9300.     Value         = "~New";
  9301. End
  9302.  
  9303. RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_New_Command
  9304.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9305.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9306.     Subkey         = "soffice.StarCalcDocument.5\shell\new\command";
  9307.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  9308. End
  9309.  
  9310. RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_Open_Command
  9311.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9312.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9313.     Subkey         = "soffice.StarCalcDocument.5\shell\open\command";
  9314.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  9315. End
  9316.  
  9317. RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_Print_Command
  9318.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9319.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9320.     Subkey         = "soffice.StarCalcDocument.5\shell\print\command";
  9321.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  9322. End
  9323.  
  9324. RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_Printto_Command
  9325.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9326.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9327.     Subkey         = "soffice.StarCalcDocument.5\shell\printto\command";
  9328.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  9329. End
  9330.  
  9331. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell
  9332.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9333.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9334.     Subkey         = "soffice.StarCalcDocument.6\shell";
  9335.     Value         = "open";
  9336. End
  9337.  
  9338. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_New
  9339.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9340.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9341.     Subkey         = "soffice.StarCalcDocument.6\shell\new";
  9342.     Value         = "~New";
  9343. End
  9344.  
  9345. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_New_Command
  9346.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9347.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9348.     Subkey         = "soffice.StarCalcDocument.6\shell\new\command";
  9349.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  9350. End
  9351.  
  9352. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_Open_Command
  9353.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9354.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9355.     Subkey         = "soffice.StarCalcDocument.6\shell\open\command";
  9356.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  9357. End
  9358.  
  9359. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_Print_Command
  9360.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9361.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9362.     Subkey         = "soffice.StarCalcDocument.6\shell\print\command";
  9363.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  9364. End
  9365.  
  9366. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_Printto_Command
  9367.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9368.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9369.     Subkey         = "soffice.StarCalcDocument.6\shell\printto\command";
  9370.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  9371. End
  9372.  
  9373. RegistryItem gid_Regitem_Soffice_Starcalcdocument_Curver
  9374.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9375.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9376.     Subkey         = "soffice.StarCalcDocument\CurVer";
  9377.     Value         = "soffice.StarCalcDocument.6";
  9378. End
  9379.  
  9380. RegistryItem gid_Regitem_Stc
  9381.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9382.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9383.     Subkey         = ".stc";
  9384.     Value         = "soffice.StarCalcTemplate.6";
  9385. End
  9386.  
  9387. RegistryItem gid_Regitem_Stc_Contenttype
  9388.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9389.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9390.     Subkey         = ".stc";
  9391.     Name         = "Content Type";
  9392.     Value         = "application/vnd.sun.xml.calc.template";
  9393. End
  9394.  
  9395. RegistryItem gid_Regitem_Soffice_Starcalctemplate_6
  9396.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9397.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9398.     Subkey         = "soffice.StarCalcTemplate.6";
  9399.     Value         = "%PRODUCTNAME %PRODUCTVERSION Spreadsheet Template";
  9400. End
  9401.  
  9402. RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Defaulticon
  9403.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9404.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9405.     Subkey         = "soffice.StarCalcTemplate.6\DefaultIcon";
  9406.     Value         = "<progpath>\program\soffice.exe,4";
  9407. End
  9408.  
  9409. RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell
  9410.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9411.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9412.     Subkey         = "soffice.StarCalcTemplate.6\shell";
  9413.     Value         = "new";
  9414. End
  9415.  
  9416. RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_New
  9417.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9418.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9419.     Subkey         = "soffice.StarCalcTemplate.6\shell\new";
  9420.     Value         = "~New";
  9421. End
  9422.  
  9423. RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_New_Command
  9424.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9425.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9426.     Subkey         = "soffice.StarCalcTemplate.6\shell\new\command";
  9427.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  9428. End
  9429.  
  9430. RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_Open_Command
  9431.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9432.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9433.     Subkey         = "soffice.StarCalcTemplate.6\shell\open\command";
  9434.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  9435. End
  9436.  
  9437. RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_Print_Command
  9438.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9439.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9440.     Subkey         = "soffice.StarCalcTemplate.6\shell\print\command";
  9441.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  9442. End
  9443.  
  9444. RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_Printto_Command
  9445.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9446.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9447.     Subkey         = "soffice.StarCalcTemplate.6\shell\printto\command";
  9448.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  9449. End
  9450.  
  9451. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Clsid
  9452.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9453.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9454.     Subkey         = "soffice.StarCalcDocument.6\CLSID";
  9455.     Value         = "{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}";
  9456. End
  9457.  
  9458. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Insertable
  9459.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9460.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9461.     Subkey         = "soffice.StarCalcDocument.6\Insertable";
  9462. End
  9463.  
  9464. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Protocol_Stdfileediting_Server
  9465.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9466.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9467.     Subkey         = "soffice.StarCalcDocument.6\protocol\StdFileEditing\server";
  9468.     Value         = "<progpath>\program\soffice.exe";
  9469. End
  9470.  
  9471. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Protocol_Stdfileediting_Verb_0
  9472.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9473.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9474.     Subkey         = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\0";
  9475.     Value         = "&Edit";
  9476. End
  9477.  
  9478. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Protocol_Stdfileediting_Verb__1
  9479.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9480.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9481.     Subkey         = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\-1";
  9482.     Value         = "&Show";
  9483. End
  9484.  
  9485. RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Protocol_Stdfileediting_Verb__2
  9486.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9487.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9488.     Subkey         = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\-2";
  9489.     Value         = "&Open";
  9490. End
  9491.  
  9492. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c_
  9493.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9494.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9495.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}";
  9496.     Value         = "%PRODUCTNAME %PRODUCTVERSION Spreadsheet";
  9497. End
  9498.  
  9499. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Localserver32
  9500.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9501.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9502.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\LocalServer32";
  9503.     Value         = "<progpath>\program\soffice.exe -nodefault -nologo";
  9504. End
  9505.  
  9506. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Inprochandler32
  9507.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9508.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9509.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\InprocHandler32";
  9510.     Value         = "ole32.dll";
  9511. End
  9512.  
  9513. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Defaulticon
  9514.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9515.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9516.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\DefaultIcon";
  9517.     Value         = "<progpath>\program\soffice.exe,0";
  9518. End
  9519.  
  9520. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Insertable
  9521.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9522.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9523.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\Insertable";
  9524. End
  9525.  
  9526. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Progid
  9527.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9528.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9529.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\ProgID";
  9530.     Value         = "soffice.StarCalcDocument.6";
  9531. End
  9532.  
  9533. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Programmable
  9534.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9535.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9536.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\Programmable";
  9537. End
  9538.  
  9539. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Miscstatus
  9540.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9541.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9542.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\MiscStatus";
  9543.     Value         = "16";
  9544. End
  9545.  
  9546. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Verb_0
  9547.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9548.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9549.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\verb\0";
  9550.     Value         = "&Edit,0,0";
  9551. End
  9552.  
  9553. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Verb__1
  9554.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9555.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9556.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\verb\-1";
  9557.     Value         = "Show,0,0";
  9558. End
  9559.  
  9560. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Verb__2
  9561.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9562.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9563.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\verb\-2";
  9564.     Value         = "Open,0,0";
  9565. End
  9566.  
  9567. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Versionindependentprogid
  9568.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9569.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9570.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\VersionIndependentProgID";
  9571.     Value         = "soffice.StarCalcDocument.6";
  9572. End
  9573.  
  9574. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Dataformats_Getset_0
  9575.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9576.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9577.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\DataFormats\GetSet\0";
  9578.     Value         = "Embed Source,1,8,1";
  9579. End
  9580.  
  9581. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Dataformats_Getset_1
  9582.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9583.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9584.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\DataFormats\GetSet\1";
  9585.     Value         = "3,1,32,1";
  9586. End
  9587.  
  9588. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Dataformats_Getset_2
  9589.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9590.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9591.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\DataFormats\GetSet\2";
  9592.     Value         = "2,1,16,1";
  9593. End
  9594.  
  9595. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Auxusertype_2
  9596.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9597.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9598.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\AuxUserType\2";
  9599.     Value         = "%PRODUCTNAME";
  9600. End
  9601.  
  9602. RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Auxusertype_3
  9603.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  9604.     ModuleID     = gid_Module_Prg_Calc_Bin;
  9605.     Subkey         = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\AuxUserType\3";
  9606.     Value         = "%PRODUCTNAME %PRODUCTVERSION Spreadsheet";
  9607. End
  9608.  
  9609. File gid_File_Help_Scalc_Zip
  9610.     Name         = "scalc01.zip";
  9611.     PackedName     = "f_0328";
  9612.     Size         = 1532789;
  9613.     ArchiveFiles = 16;
  9614.     ArchiveSize     = 3093557;
  9615.     Dir             = gid_Dir_Help_Isolanguage;
  9616.     Carrier         = gid_DataCarrier;
  9617.     UnixRights     = 444;
  9618.     Date         = "04072003";
  9619.     Time         = "0700";
  9620.     Styles         = (ARCHIVE);
  9621. End
  9622.  
  9623. Module gid_Module_Prg_Calc_Help
  9624.     ParentID     = gid_Module_Prg_Calc;
  9625.     Name         = "%PRODUCTNAME Calc Help";
  9626.     Description     = "Help about %PRODUCTNAME Calc";
  9627.     Default         = YES;
  9628.     Files         = (gid_File_Help_Scalc_Zip, gid_File_Help_Smath_Zip);
  9629. End
  9630.  
  9631. Module gid_Module_Prg_Calc_Temp
  9632.     ParentID     = gid_Module_Prg_Calc;
  9633.     Name         = "%PRODUCTNAME Calc Templates";
  9634.     Description     = "The templates in %PRODUCTNAME Calc can be used to create household budget plans, bookkeeping records and much more.";
  9635.     Default         = YES;
  9636.     Styles         = (HIDDEN_ROOT);
  9637. End
  9638.  
  9639. Module gid_Module_Prg_Calc_Sample
  9640.     ParentID     = gid_Module_Prg_Calc;
  9641.     Name         = "%PRODUCTNAME Calc Samples";
  9642.     Description     = "%PRODUCTNAME Calc Samples";
  9643.     Default         = YES;
  9644.     Styles         = (HIDDEN_ROOT);
  9645. End
  9646.  
  9647. File gid_File_Lib_Date
  9648.     Name         = "date645mi.dll";
  9649.     PackedName     = "f_0329";
  9650.     Size         = 52736;
  9651.     Dir             = gid_Dir_Program;
  9652.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  9653.     Carrier         = gid_DataCarrier;
  9654.     UnixRights     = 444;
  9655.     Date         = "04072003";
  9656.     Time         = "0700";
  9657.     Styles         = (PACKED, UNO_COMPONENT);
  9658. End
  9659.  
  9660. File gid_File_Res_Date
  9661.     Name         = "date64501.res";
  9662.     PackedName     = "f_0330";
  9663.     Size         = 3578;
  9664.     Dir             = gid_Dir_Resource;
  9665.     Carrier         = gid_DataCarrier;
  9666.     UnixRights     = 444;
  9667.     Date         = "04072003";
  9668.     Time         = "0700";
  9669.     Styles         = (PACKED);
  9670. End
  9671.  
  9672. File gid_File_Lib_Analysis
  9673.     Name         = "analysis645mi.dll";
  9674.     PackedName     = "f_0331";
  9675.     Size         = 192512;
  9676.     Dir             = gid_Dir_Program;
  9677.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  9678.     Carrier         = gid_DataCarrier;
  9679.     UnixRights     = 444;
  9680.     Date         = "04072003";
  9681.     Time         = "0700";
  9682.     Styles         = (PACKED, UNO_COMPONENT);
  9683. End
  9684.  
  9685. File gid_File_Res_Analysis
  9686.     Name         = "analysis64501.res";
  9687.     PackedName     = "f_0332";
  9688.     Size         = 26386;
  9689.     Dir             = gid_Dir_Resource;
  9690.     Carrier         = gid_DataCarrier;
  9691.     UnixRights     = 444;
  9692.     Date         = "04072003";
  9693.     Time         = "0700";
  9694.     Styles         = (PACKED);
  9695. End
  9696.  
  9697. Module gid_Module_Optional_Addins
  9698.     ParentID     = gid_Module_Prg_Calc;
  9699.     Name         = "Add-in";
  9700.     Description     = "Additional %PRODUCTNAME Calc functions that were realized using an add-in interface. These are also available in the source code.";
  9701.     Default         = YES;
  9702.     Files         = (gid_File_Lib_Date, gid_File_Res_Date, gid_File_Lib_Analysis, gid_File_Res_Analysis);
  9703. End
  9704.  
  9705. Module gid_Module_Prg_Impress
  9706.     ParentID     = gid_Module_Prg;
  9707.     Name         = "%PRODUCTNAME Impress";
  9708.     Description     = "The presentation module helps you create impressive presentations.";
  9709. End
  9710.  
  9711. File gid_File_Lib_PlaceWare
  9712.     Name         = "placewaremi.dll";
  9713.     PackedName     = "f_0333";
  9714.     Size         = 44032;
  9715.     Dir             = gid_Dir_Program;
  9716.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  9717.     Carrier         = gid_DataCarrier;
  9718.     UnixRights     = 444;
  9719.     Date         = "04072003";
  9720.     Time         = "0700";
  9721.     Styles         = (PACKED, UNO_COMPONENT);
  9722. End
  9723.  
  9724. Module gid_Module_Prg_Impress_Bin
  9725.     ParentID     = gid_Module_Prg_Impress;
  9726.     Name         = "Program Module";
  9727.     Description     = "The application %PRODUCTNAME Impress";
  9728.     Minimal         = YES;
  9729.     Default         = YES;
  9730.     Files         = (gid_File_Lib_PlaceWare);
  9731. End
  9732.  
  9733. FolderItem gid_Folderitem_Simpress
  9734.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9735.     Name         = "Presentation";
  9736.     FolderID     = gid_Folder_Staroffice51;
  9737.     FileID         = gid_File_Bin_Soffice;
  9738.     IconFile     = gid_File_Bin_Soffice;
  9739.     IconID         = 7;
  9740.     Parameter     = "-impress";
  9741.     Styles         = (NOWEB);
  9742. End
  9743.  
  9744. ConfigurationItem gid_Configurationitem_Soffice_Apps_Simpress1
  9745.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9746.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.presentation.PresentationDocument";
  9747.     Key             = "ooSetupFactoryShortName";
  9748.     Value         = "simpress";
  9749.     Styles         = (CFG_STRING, CREATE);
  9750. End
  9751.  
  9752. ConfigurationItem gid_Configurationitem_Soffice_Apps_Simpress2
  9753.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9754.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.presentation.PresentationDocument";
  9755.     Key             = "ooSetupFactoryTemplateFile";
  9756.     Value         = "";
  9757.     Styles         = (CFG_STRING, CREATE);
  9758. End
  9759.  
  9760. ConfigurationItem gid_Configurationitem_Soffice_Apps_Simpress3
  9761.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9762.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.presentation.PresentationDocument";
  9763.     Key             = "ooSetupFactoryIcon";
  9764.     Value         = "8";
  9765.     Styles         = (CFG_NUMERIC, CREATE);
  9766. End
  9767.  
  9768. ConfigurationItem gid_Configurationitem_Soffice_Apps_Simpress4
  9769.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9770.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.presentation.PresentationDocument";
  9771.     Key             = "ooSetupFactoryWindowAttributes";
  9772.     Value         = "";
  9773.     Styles         = (CFG_STRING, CREATE);
  9774. End
  9775.  
  9776. ConfigurationItem gid_Configurationitem_Soffice_Apps_Simpress5
  9777.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9778.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.presentation.PresentationDocument";
  9779.     Key             = "ooSetupFactoryEmptyDocumentURL";
  9780.     Value         = "private:factory/simpress?slot=10425";
  9781.     Styles         = (CFG_STRING, CREATE);
  9782. End
  9783.  
  9784. ConfigurationItem gid_Configurationitem_Filters_Impress_Staroffice_Xml_Impress
  9785.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9786.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarOffice XML (Impress)']";
  9787.     Key             = "Installed";
  9788.     Value         = "TRUE";
  9789.     Styles         = (CFG_BOOLEAN);
  9790. End
  9791.  
  9792. ConfigurationItem gid_Configurationitem_Filters_Impress_Staroffice_Xml_Draw
  9793.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9794.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_StarOffice_XML_Draw']";
  9795.     Key             = "Installed";
  9796.     Value         = "TRUE";
  9797.     Styles         = (CFG_BOOLEAN);
  9798. End
  9799.  
  9800. ConfigurationItem gid_Configurationitem_Filters_Impress_Staroffice_Xml_Impress_Template
  9801.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9802.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_StarOffice_XML_Impress_Template']";
  9803.     Key             = "Installed";
  9804.     Value         = "TRUE";
  9805.     Styles         = (CFG_BOOLEAN);
  9806. End
  9807.  
  9808. ConfigurationItem gid_Configurationitem_Filters_Impress_Starimpress_50
  9809.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9810.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarImpress 5.0']";
  9811.     Key             = "Installed";
  9812.     Value         = "TRUE";
  9813.     Styles         = (CFG_BOOLEAN);
  9814. End
  9815.  
  9816. ConfigurationItem gid_Configurationitem_Filters_Impress_Starimpress_50_Vorlage
  9817.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9818.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarImpress 5.0 Vorlage']";
  9819.     Key             = "Installed";
  9820.     Value         = "TRUE";
  9821.     Styles         = (CFG_BOOLEAN);
  9822. End
  9823.  
  9824. ConfigurationItem gid_Configurationitem_Filters_Impress_Starimpress_40
  9825.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9826.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarImpress 4.0']";
  9827.     Key             = "Installed";
  9828.     Value         = "TRUE";
  9829.     Styles         = (CFG_BOOLEAN);
  9830. End
  9831.  
  9832. ConfigurationItem gid_Configurationitem_Filters_Impress_Starimpress_40_Vorlage
  9833.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9834.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarImpress 4.0 Vorlage']";
  9835.     Key             = "Installed";
  9836.     Value         = "TRUE";
  9837.     Styles         = (CFG_BOOLEAN);
  9838. End
  9839.  
  9840. ConfigurationItem gid_Configurationitem_Filters_Impress_Stardraw_50_Starimpress
  9841.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9842.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarDraw 5.0 (StarImpress)']";
  9843.     Key             = "Installed";
  9844.     Value         = "TRUE";
  9845.     Styles         = (CFG_BOOLEAN);
  9846. End
  9847.  
  9848. ConfigurationItem gid_Configurationitem_Filters_Impress_Stardraw_50_Vorlage_Starimpress
  9849.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9850.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarDraw 5.0 Vorlage (StarImpress)']";
  9851.     Key             = "Installed";
  9852.     Value         = "TRUE";
  9853.     Styles         = (CFG_BOOLEAN);
  9854. End
  9855.  
  9856. ConfigurationItem gid_Configurationitem_Filters_Impress_Stardraw_30_Starimpress
  9857.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9858.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarDraw 3.0 (StarImpress)']";
  9859.     Key             = "Installed";
  9860.     Value         = "TRUE";
  9861.     Styles         = (CFG_BOOLEAN);
  9862. End
  9863.  
  9864. ConfigurationItem gid_Configurationitem_Filters_Impress_Stardraw_30_Vorlage_Starimpress
  9865.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9866.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarDraw 3.0 Vorlage (StarImpress)']";
  9867.     Key             = "Installed";
  9868.     Value         = "TRUE";
  9869.     Styles         = (CFG_BOOLEAN);
  9870. End
  9871.  
  9872. ConfigurationItem gid_Configurationitem_Filters_Impress_Ms_Powerpoint_97
  9873.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9874.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS PowerPoint 97']";
  9875.     Key             = "Installed";
  9876.     Value         = "TRUE";
  9877.     Styles         = (CFG_BOOLEAN);
  9878. End
  9879.  
  9880. ConfigurationItem gid_Configurationitem_Filters_Impress_Ms_Powerpoint_97_Vorlage
  9881.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9882.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MS PowerPoint 97 Vorlage']";
  9883.     Key             = "Installed";
  9884.     Value         = "TRUE";
  9885.     Styles         = (CFG_BOOLEAN);
  9886. End
  9887.  
  9888. ConfigurationItem gid_Configurationitem_Filters_Impress_Cgm_Computer_Graphics_Metafile
  9889.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9890.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['CGM - Computer Graphics Metafile']";
  9891.     Key             = "Installed";
  9892.     Value         = "TRUE";
  9893.     Styles         = (CFG_BOOLEAN);
  9894. End
  9895.  
  9896. ConfigurationItem gid_Configurationitem_Filters_Impress_Starimpress_50_Packed
  9897.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9898.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarImpress 5.0 (packed)']";
  9899.     Key             = "Installed";
  9900.     Value         = "TRUE";
  9901.     Styles         = (CFG_BOOLEAN);
  9902. End
  9903.  
  9904. ConfigurationItem gid_Configurationitem_Filters_Impress_Html_Export
  9905.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9906.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_html_Export']";
  9907.     Key             = "Installed";
  9908.     Value         = "TRUE";
  9909.     Styles         = (CFG_BOOLEAN);
  9910. End
  9911.  
  9912. ConfigurationItem gid_Configurationitem_Filters_Impress_Bmp_Export
  9913.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9914.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_bmp_Export']";
  9915.     Key             = "Installed";
  9916.     Value         = "TRUE";
  9917.     Styles         = (CFG_BOOLEAN);
  9918. End
  9919.  
  9920. ConfigurationItem gid_Configurationitem_Filters_Impress_Emf_Export
  9921.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9922.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_emf_Export']";
  9923.     Key             = "Installed";
  9924.     Value         = "TRUE";
  9925.     Styles         = (CFG_BOOLEAN);
  9926. End
  9927.  
  9928. ConfigurationItem gid_Configurationitem_Filters_Impress_Gif_Export
  9929.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9930.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_gif_Export']";
  9931.     Key             = "Installed";
  9932.     Value         = "TRUE";
  9933.     Styles         = (CFG_BOOLEAN);
  9934. End
  9935.  
  9936. ConfigurationItem gid_Configurationitem_Filters_Impress_Jpg_Export
  9937.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9938.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_jpg_Export']";
  9939.     Key             = "Installed";
  9940.     Value         = "TRUE";
  9941.     Styles         = (CFG_BOOLEAN);
  9942. End
  9943.  
  9944. ConfigurationItem gid_Configurationitem_Filters_Impress_Png_Export
  9945.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9946.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_png_Export']";
  9947.     Key             = "Installed";
  9948.     Value         = "TRUE";
  9949.     Styles         = (CFG_BOOLEAN);
  9950. End
  9951.  
  9952. ConfigurationItem gid_Configurationitem_Filters_Impress_Svm_Export
  9953.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9954.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_svm_Export']";
  9955.     Key             = "Installed";
  9956.     Value         = "TRUE";
  9957.     Styles         = (CFG_BOOLEAN);
  9958. End
  9959.  
  9960. ConfigurationItem gid_Configurationitem_Filters_Impress_Wmf_Export
  9961.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9962.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_wmf_Export']";
  9963.     Key             = "Installed";
  9964.     Value         = "TRUE";
  9965.     Styles         = (CFG_BOOLEAN);
  9966. End
  9967.  
  9968. ConfigurationItem gid_Configurationitem_Common_Objectnames_Impress_Name
  9969.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9970.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Impress']/Name";
  9971.     Key             = "en-US";
  9972.     Value         = "%PRODUCTNAME %PRODUCTVERSION Presentation";
  9973.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9974. End
  9975.  
  9976. ConfigurationItem gid_Configurationitem_Common_Objectnames_Impress_Key
  9977.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9978.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Impress']";
  9979.     Key             = "Key";
  9980.     Value         = "9176E48A-637A-4D1F-803B-99D9BFAC1047";
  9981.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9982. End
  9983.  
  9984. ConfigurationItem gid_Configurationitem_Common_Menus_New_M2_Titel
  9985.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9986.     Path         = "org.openoffice.Office.Common/Menus/New/*['m2']/Title";
  9987.     Key             = "en-US";
  9988.     Value         = "~Presentation";
  9989.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9990. End
  9991.  
  9992. ConfigurationItem gid_Configurationitem_Common_Menus_New_M2_Url
  9993.     ModuleID     = gid_Module_Prg_Impress_Bin;
  9994.     Path         = "org.openoffice.Office.Common/Menus/New/*['m2']";
  9995.     Key             = "URL";
  9996.     Value         = "private:factory/simpress?slot=10425";
  9997.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  9998. End
  9999.  
  10000. ConfigurationItem gid_Configurationitem_Common_Menus_New_M2_Targetname
  10001.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10002.     Path         = "org.openoffice.Office.Common/Menus/New/*['m2']";
  10003.     Key             = "TargetName";
  10004.     Value         = "_default";
  10005.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10006. End
  10007.  
  10008. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M5_Titel
  10009.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10010.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m5']/Title";
  10011.     Key             = "en-US";
  10012.     Value         = "~Presentation...";
  10013.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10014. End
  10015.  
  10016. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M5_Url
  10017.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10018.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m5']";
  10019.     Key             = "URL";
  10020.     Value         = "slot:10425";
  10021.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10022. End
  10023.  
  10024. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M5_Targetname
  10025.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10026.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m5']";
  10027.     Key             = "TargetName";
  10028.     Value         = "_self";
  10029.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10030. End
  10031.  
  10032. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M5_Imageidentifier
  10033.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10034.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m5']";
  10035.     Key             = "ImageIdentifier";
  10036.     Value         = "private:image/3216";
  10037.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10038. End
  10039.  
  10040. ConfigurationItem GID_CONFIGURATIONITEM_FILTERS_PLACEWARE_EXPORT
  10041.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10042.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['placeware_Export']";
  10043.     Key             = "Installed";
  10044.     Value         = "TRUE";
  10045.     Styles         = (CFG_BOOLEAN);
  10046. End
  10047.  
  10048. RegistryItem gid_Regitem__Sdd
  10049.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10050.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10051.     Subkey         = ".sdd";
  10052.     Value         = "soffice.StarImpressDocument.5";
  10053. End
  10054.  
  10055. RegistryItem gid_Regitem_Sdd_Contenttype
  10056.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10057.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10058.     Subkey         = ".sdd";
  10059.     Name         = "Content Type";
  10060.     Value         = "application/vnd.stardivision.impress";
  10061. End
  10062.  
  10063. RegistryItem gid_Regitem_Sdd_Mime_Database
  10064.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10065.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10066.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.impress";
  10067.     Name         = "Extension";
  10068.     Value         = ".sdd";
  10069. End
  10070.  
  10071. RegistryItem gid_Regitem_Sdd_So4_Mime_Database
  10072.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10073.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10074.     Subkey         = "MIME\Database\Content Type\application/x-starimpress";
  10075.     Name         = "Extension";
  10076.     Value         = ".sdd";
  10077. End
  10078.  
  10079. RegistryItem gid_Regitem__Sdp
  10080.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10081.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10082.     Subkey         = ".sdp";
  10083.     Value         = "soffice.StarStorageDocument.5";
  10084. End
  10085.  
  10086. RegistryItem gid_Regitem_Sdp_Contenttype
  10087.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10088.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10089.     Subkey         = ".sdp";
  10090.     Name         = "Content Type";
  10091.     Value         = "application/vnd.stardivision.impress-packed";
  10092. End
  10093.  
  10094. RegistryItem gid_Regitem_Sdp_Mime_Database
  10095.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10096.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10097.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.impress-packed";
  10098.     Name         = "Extension";
  10099.     Value         = ".sdp";
  10100. End
  10101.  
  10102. RegistryItem gid_Regitem__Sxi
  10103.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10104.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10105.     Subkey         = ".sxi";
  10106.     Value         = "soffice.StarImpressDocument.6";
  10107. End
  10108.  
  10109. RegistryItem gid_Regitem_Sxi_Contenttype
  10110.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10111.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10112.     Subkey         = ".sxi";
  10113.     Name         = "Content Type";
  10114.     Value         = "application/vnd.sun.xml.impress";
  10115. End
  10116.  
  10117. RegistryItem gid_Regitem_Sxi_Mime_Database
  10118.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10119.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10120.     Subkey         = "MIME\Database\Content Type\application/vnd.sun.xml.impress";
  10121.     Name         = "Extension";
  10122.     Value         = ".sxi";
  10123. End
  10124.  
  10125. RegistryItem gid_Regitem_Sxi_Soffice_Starimpressdocument_6_Shellnew
  10126.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10127.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10128.     Subkey         = ".sxi\soffice.StarImpressDocument.6\ShellNew";
  10129.     Name         = "FileName";
  10130.     Value         = "soffice.sxi";
  10131. End
  10132.  
  10133. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6
  10134.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10135.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10136.     Subkey         = "soffice.StarImpressDocument.6";
  10137.     Value         = "%PRODUCTNAME %PRODUCTVERSION Presentation";
  10138. End
  10139.  
  10140. RegistryItem gid_Regitem_Soffice_Starimpressdocument_5
  10141.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10142.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10143.     Subkey         = "soffice.StarImpressDocument.5";
  10144.     Value         = "%PRODUCTNAME 5.0 Presentation";
  10145. End
  10146.  
  10147. RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Defaulticon
  10148.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10149.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10150.     Subkey         = "soffice.StarImpressDocument.5\DefaultIcon";
  10151.     Value         = "<progpath>\program\soffice.exe,7";
  10152. End
  10153.  
  10154. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Defaulticon
  10155.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10156.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10157.     Subkey         = "soffice.StarImpressDocument.6\DefaultIcon";
  10158.     Value         = "<progpath>\program\soffice.exe,7";
  10159. End
  10160.  
  10161. RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell
  10162.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10163.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10164.     Subkey         = "soffice.StarImpressDocument.5\shell";
  10165.     Value         = "open";
  10166. End
  10167.  
  10168. RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_New
  10169.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10170.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10171.     Subkey         = "soffice.StarImpressDocument.5\shell\new";
  10172.     Value         = "~New";
  10173. End
  10174.  
  10175. RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_New_Command
  10176.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10177.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10178.     Subkey         = "soffice.StarImpressDocument.5\shell\new\command";
  10179.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  10180. End
  10181.  
  10182. RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_Open_Command
  10183.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10184.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10185.     Subkey         = "soffice.StarImpressDocument.5\shell\open\command";
  10186.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  10187. End
  10188.  
  10189. RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_Print_Command
  10190.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10191.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10192.     Subkey         = "soffice.StarImpressDocument.5\shell\print\command";
  10193.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  10194. End
  10195.  
  10196. RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_Printto_Command
  10197.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10198.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10199.     Subkey         = "soffice.StarImpressDocument.5\shell\printto\command";
  10200.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  10201. End
  10202.  
  10203. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell
  10204.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10205.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10206.     Subkey         = "soffice.StarImpressDocument.6\shell";
  10207.     Value         = "open";
  10208. End
  10209.  
  10210. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_New
  10211.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10212.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10213.     Subkey         = "soffice.StarImpressDocument.6\shell\new";
  10214.     Value         = "~New";
  10215. End
  10216.  
  10217. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_New_Command
  10218.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10219.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10220.     Subkey         = "soffice.StarImpressDocument.6\shell\new\command";
  10221.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  10222. End
  10223.  
  10224. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Open_Command
  10225.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10226.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10227.     Subkey         = "soffice.StarImpressDocument.6\shell\open\command";
  10228.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  10229. End
  10230.  
  10231. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Print_Command
  10232.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10233.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10234.     Subkey         = "soffice.StarImpressDocument.6\shell\print\command";
  10235.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  10236. End
  10237.  
  10238. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Printto_Command
  10239.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10240.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10241.     Subkey         = "soffice.StarImpressDocument.6\shell\printto\command";
  10242.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  10243. End
  10244.  
  10245. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Show
  10246.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10247.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10248.     Subkey         = "soffice.StarImpressDocument.6\shell\show";
  10249.     Value         = "Show";
  10250. End
  10251.  
  10252. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Show_Command
  10253.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10254.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10255.     Subkey         = "soffice.StarImpressDocument.6\shell\show\command";
  10256.     Value         = "\"<progpath>\program\soffice.exe\" -show \"%1\"";
  10257. End
  10258.  
  10259. RegistryItem gid_Regitem_Soffice_Starimpressdocument_Curver
  10260.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10261.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10262.     Subkey         = "soffice.StarImpressDocument\CurVer";
  10263.     Value         = "soffice.StarImpressDocument.6";
  10264. End
  10265.  
  10266. RegistryItem gid_Regitem_Sti
  10267.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10268.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10269.     Subkey         = ".sti";
  10270.     Value         = "soffice.StarImpressTemplate.6";
  10271. End
  10272.  
  10273. RegistryItem gid_Regitem_Sti_Contenttype
  10274.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10275.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10276.     Subkey         = ".sti";
  10277.     Name         = "Content Type";
  10278.     Value         = "application/vnd.sun.xml.impress.template";
  10279. End
  10280.  
  10281. RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6
  10282.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10283.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10284.     Subkey         = "soffice.StarImpressTemplate.6";
  10285.     Value         = "%PRODUCTNAME %PRODUCTVERSION Presentation Template";
  10286. End
  10287.  
  10288. RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Defaulticon
  10289.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10290.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10291.     Subkey         = "soffice.StarImpressTemplate.6\DefaultIcon";
  10292.     Value         = "<progpath>\program\soffice.exe,8";
  10293. End
  10294.  
  10295. RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell
  10296.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10297.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10298.     Subkey         = "soffice.StarImpressTemplate.6\shell";
  10299.     Value         = "new";
  10300. End
  10301.  
  10302. RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_New
  10303.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10304.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10305.     Subkey         = "soffice.StarImpressTemplate.6\shell\new";
  10306.     Value         = "~New";
  10307. End
  10308.  
  10309. RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_New_Command
  10310.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10311.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10312.     Subkey         = "soffice.StarImpressTemplate.6\shell\new\command";
  10313.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  10314. End
  10315.  
  10316. RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_Open_Command
  10317.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10318.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10319.     Subkey         = "soffice.StarImpressTemplate.6\shell\open\command";
  10320.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  10321. End
  10322.  
  10323. RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_Print_Command
  10324.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10325.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10326.     Subkey         = "soffice.StarImpressTemplate.6\shell\print\command";
  10327.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  10328. End
  10329.  
  10330. RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_Printto_Command
  10331.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10332.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10333.     Subkey         = "soffice.StarImpressTemplate.6\shell\printto\command";
  10334.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  10335. End
  10336.  
  10337. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Clsid
  10338.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10339.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10340.     Subkey         = "soffice.StarImpressDocument.6\CLSID";
  10341.     Value         = "{E5A0B632-DFBA-4549-9346-E414DA06E6F8}";
  10342. End
  10343.  
  10344. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Insertable
  10345.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10346.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10347.     Subkey         = "soffice.StarImpressDocument.6\Insertable";
  10348. End
  10349.  
  10350. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Protocol_Stdfileediting_Server
  10351.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10352.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10353.     Subkey         = "soffice.StarImpressDocument.6\protocol\StdFileEditing\server";
  10354.     Value         = "<progpath>\program\soffice.exe";
  10355. End
  10356.  
  10357. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Protocol_Stdfileediting_Verb_0
  10358.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10359.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10360.     Subkey         = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\0";
  10361.     Value         = "&Edit";
  10362. End
  10363.  
  10364. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Protocol_Stdfileediting_Verb__1
  10365.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10366.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10367.     Subkey         = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\-1";
  10368.     Value         = "&Show";
  10369. End
  10370.  
  10371. RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Protocol_Stdfileediting_Verb__2
  10372.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10373.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10374.     Subkey         = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\-2";
  10375.     Value         = "&Open";
  10376. End
  10377.  
  10378. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8_
  10379.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10380.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10381.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}";
  10382.     Value         = "%PRODUCTNAME %PRODUCTVERSION Presentation";
  10383. End
  10384.  
  10385. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Localserver32
  10386.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10387.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10388.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\LocalServer32";
  10389.     Value         = "<progpath>\program\soffice.exe -nodefault -nologo";
  10390. End
  10391.  
  10392. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Inprochandler32
  10393.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10394.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10395.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\InprocHandler32";
  10396.     Value         = "ole32.dll";
  10397. End
  10398.  
  10399. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Defaulticon
  10400.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10401.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10402.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\DefaultIcon";
  10403.     Value         = "<progpath>\program\soffice.exe,0";
  10404. End
  10405.  
  10406. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Insertable
  10407.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10408.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10409.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\Insertable";
  10410. End
  10411.  
  10412. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Progid
  10413.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10414.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10415.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\ProgID";
  10416.     Value         = "soffice.StarImpressDocument.6";
  10417. End
  10418.  
  10419. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Programmable
  10420.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10421.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10422.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\Programmable";
  10423. End
  10424.  
  10425. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Miscstatus
  10426.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10427.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10428.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\MiscStatus";
  10429.     Value         = "16";
  10430. End
  10431.  
  10432. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Verb_0
  10433.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10434.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10435.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\verb\0";
  10436.     Value         = "&Edit,0,0";
  10437. End
  10438.  
  10439. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Verb__1
  10440.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10441.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10442.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\verb\-1";
  10443.     Value         = "Show,0,0";
  10444. End
  10445.  
  10446. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Verb__2
  10447.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10448.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10449.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\verb\-2";
  10450.     Value         = "Open,0,0";
  10451. End
  10452.  
  10453. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Versionindependentprogid
  10454.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10455.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10456.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\VersionIndependentProgID";
  10457.     Value         = "soffice.StarImpressDocument.6";
  10458. End
  10459.  
  10460. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Dataformats_Getset_0
  10461.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10462.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10463.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\DataFormats\GetSet\0";
  10464.     Value         = "Embed Source,1,8,1";
  10465. End
  10466.  
  10467. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Dataformats_Getset_1
  10468.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10469.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10470.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\DataFormats\GetSet\1";
  10471.     Value         = "3,1,32,1";
  10472. End
  10473.  
  10474. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Dataformats_Getset_2
  10475.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10476.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10477.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\DataFormats\GetSet\2";
  10478.     Value         = "2,1,16,1";
  10479. End
  10480.  
  10481. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Auxusertype_2
  10482.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10483.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10484.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\AuxUserType\2";
  10485.     Value         = "%PRODUCTNAME";
  10486. End
  10487.  
  10488. RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Auxusertype_3
  10489.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10490.     ModuleID     = gid_Module_Prg_Impress_Bin;
  10491.     Subkey         = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\AuxUserType\3";
  10492.     Value         = "%PRODUCTNAME %PRODUCTVERSION Presentation";
  10493. End
  10494.  
  10495. File gid_File_Help_Simpress_Zip
  10496.     Name         = "simpress01.zip";
  10497.     PackedName     = "f_0334";
  10498.     Size         = 1165696;
  10499.     ArchiveFiles = 16;
  10500.     ArchiveSize     = 2593059;
  10501.     Dir             = gid_Dir_Help_Isolanguage;
  10502.     Carrier         = gid_DataCarrier;
  10503.     UnixRights     = 444;
  10504.     Date         = "04072003";
  10505.     Time         = "0700";
  10506.     Styles         = (ARCHIVE, DONT_OVERWRITE);
  10507. End
  10508.  
  10509. File gid_File_Help_Sdraw_Zip
  10510.     Name         = "sdraw01.zip";
  10511.     PackedName     = "f_0335";
  10512.     Size         = 985715;
  10513.     ArchiveFiles = 15;
  10514.     ArchiveSize     = 2385541;
  10515.     Dir             = gid_Dir_Help_Isolanguage;
  10516.     Carrier         = gid_DataCarrier;
  10517.     UnixRights     = 444;
  10518.     Date         = "04072003";
  10519.     Time         = "0700";
  10520.     Styles         = (ARCHIVE);
  10521. End
  10522.  
  10523. Module gid_Module_Prg_Impress_Help
  10524.     ParentID     = gid_Module_Prg_Impress;
  10525.     Name         = "%PRODUCTNAME Impress Help";
  10526.     Description     = "Help about %PRODUCTNAME Impress";
  10527.     Default         = YES;
  10528.     Files         = (gid_File_Help_Simpress_Zip, gid_File_Help_Sdraw_Zip, gid_File_Help_Smath_Zip);
  10529. End
  10530.  
  10531. Module gid_Module_Prg_Impress_Temp
  10532.     ParentID     = gid_Module_Prg_Impress;
  10533.     Name         = "%PRODUCTNAME Impress Templates";
  10534.     Description     = "Whether for business reports or new product presentations, the %PRODUCTNAME Impress templates help you quickly achieve professional results.";
  10535.     Default         = YES;
  10536.     Styles         = (HIDDEN_ROOT);
  10537. End
  10538.  
  10539. Module gid_Module_Prg_Impress_Sample
  10540.     ParentID     = gid_Module_Prg_Impress;
  10541.     Name         = "%PRODUCTNAME Impress Samples";
  10542.     Description     = "%PRODUCTNAME Impress Samples";
  10543.     Default         = YES;
  10544.     Styles         = (HIDDEN_ROOT);
  10545. End
  10546.  
  10547. Module gid_Module_Prg_Draw
  10548.     ParentID     = gid_Module_Prg;
  10549.     Name         = "%PRODUCTNAME Draw";
  10550.     Description     = "Use the vector-oriented %PRODUCTNAME Draw to create illustrations, logos and posters.";
  10551. End
  10552.  
  10553. Module gid_Module_Prg_Draw_Bin
  10554.     ParentID     = gid_Module_Prg_Draw;
  10555.     Name         = "Program Module";
  10556.     Description     = "The %PRODUCTNAME Draw Application";
  10557.     Minimal         = YES;
  10558.     Default         = YES;
  10559. End
  10560.  
  10561. FolderItem gid_Folderitem_Sdraw
  10562.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10563.     Name         = "Drawing";
  10564.     FolderID     = gid_Folder_Staroffice51;
  10565.     FileID         = gid_File_Bin_Soffice;
  10566.     IconFile     = gid_File_Bin_Soffice;
  10567.     IconID         = 5;
  10568.     Parameter     = "-draw";
  10569.     Styles         = (NOWEB);
  10570. End
  10571.  
  10572. ConfigurationItem gid_Configurationitem_Soffice_Apps_Sdraw1
  10573.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10574.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.drawing.DrawingDocument";
  10575.     Key             = "ooSetupFactoryShortName";
  10576.     Value         = "sdraw";
  10577.     Styles         = (CFG_STRING, CREATE);
  10578. End
  10579.  
  10580. ConfigurationItem gid_Configurationitem_Soffice_Apps_Sdraw2
  10581.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10582.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.drawing.DrawingDocument";
  10583.     Key             = "ooSetupFactoryTemplateFile";
  10584.     Value         = "";
  10585.     Styles         = (CFG_STRING, CREATE);
  10586. End
  10587.  
  10588. ConfigurationItem gid_Configurationitem_Soffice_Apps_Sdraw3
  10589.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10590.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.drawing.DrawingDocument";
  10591.     Key             = "ooSetupFactoryIcon";
  10592.     Value         = "6";
  10593.     Styles         = (CFG_NUMERIC, CREATE);
  10594. End
  10595.  
  10596. ConfigurationItem gid_Configurationitem_Soffice_Apps_Sdraw4
  10597.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10598.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.drawing.DrawingDocument";
  10599.     Key             = "ooSetupFactoryWindowAttributes";
  10600.     Value         = "";
  10601.     Styles         = (CFG_STRING, CREATE);
  10602. End
  10603.  
  10604. ConfigurationItem gid_Configurationitem_Soffice_Apps_Sdraw5
  10605.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10606.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.drawing.DrawingDocument";
  10607.     Key             = "ooSetupFactoryEmptyDocumentURL";
  10608.     Value         = "private:factory/sdraw";
  10609.     Styles         = (CFG_STRING, CREATE);
  10610. End
  10611.  
  10612. ConfigurationItem gid_Configurationitem_Filters_Draw_Staroffice_Xml_Draw
  10613.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10614.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarOffice XML (Draw)']";
  10615.     Key             = "Installed";
  10616.     Value         = "TRUE";
  10617.     Styles         = (CFG_BOOLEAN);
  10618. End
  10619.  
  10620. ConfigurationItem gid_Configurationitem_Filters_Draw_Staroffice_Xml_Draw_Template
  10621.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10622.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_StarOffice_XML_Draw_Template']";
  10623.     Key             = "Installed";
  10624.     Value         = "TRUE";
  10625.     Styles         = (CFG_BOOLEAN);
  10626. End
  10627.  
  10628. ConfigurationItem gid_Configurationitem_Filters_Draw_Gif_Graphics_Interchange
  10629.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10630.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['GIF - Graphics Interchange']";
  10631.     Key             = "Installed";
  10632.     Value         = "TRUE";
  10633.     Styles         = (CFG_BOOLEAN);
  10634. End
  10635.  
  10636. ConfigurationItem gid_Configurationitem_Filters_Draw_Png_Portable_Network_Graphic
  10637.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10638.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['PNG - Portable Network Graphic']";
  10639.     Key             = "Installed";
  10640.     Value         = "TRUE";
  10641.     Styles         = (CFG_BOOLEAN);
  10642. End
  10643.  
  10644. ConfigurationItem gid_Configurationitem_Filters_Draw_Stardraw_50
  10645.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10646.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarDraw 5.0']";
  10647.     Key             = "Installed";
  10648.     Value         = "TRUE";
  10649.     Styles         = (CFG_BOOLEAN);
  10650. End
  10651.  
  10652. ConfigurationItem gid_Configurationitem_Filters_Draw_Sgv_Stardraw_20
  10653.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10654.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['SGV - StarDraw 2.0']";
  10655.     Key             = "Installed";
  10656.     Value         = "TRUE";
  10657.     Styles         = (CFG_BOOLEAN);
  10658. End
  10659.  
  10660. ConfigurationItem gid_Configurationitem_Filters_Draw_Sgf_Staroffice_Writer_Sgf
  10661.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10662.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['SGF - StarOffice Writer SGF']";
  10663.     Key             = "Installed";
  10664.     Value         = "TRUE";
  10665.     Styles         = (CFG_BOOLEAN);
  10666. End
  10667.  
  10668. ConfigurationItem gid_Configurationitem_Filters_Draw_Xpm
  10669.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10670.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['XPM']";
  10671.     Key             = "Installed";
  10672.     Value         = "TRUE";
  10673.     Styles         = (CFG_BOOLEAN);
  10674. End
  10675.  
  10676. ConfigurationItem gid_Configurationitem_Filters_Draw_Stardraw_50_Vorlage
  10677.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10678.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarDraw 5.0 Vorlage']";
  10679.     Key             = "Installed";
  10680.     Value         = "TRUE";
  10681.     Styles         = (CFG_BOOLEAN);
  10682. End
  10683.  
  10684. ConfigurationItem gid_Configurationitem_Filters_Draw_Stardraw_30
  10685.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10686.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarDraw 3.0']";
  10687.     Key             = "Installed";
  10688.     Value         = "TRUE";
  10689.     Styles         = (CFG_BOOLEAN);
  10690. End
  10691.  
  10692. ConfigurationItem gid_Configurationitem_Filters_Draw_Stardraw_30_Vorlage
  10693.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10694.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarDraw 3.0 Vorlage']";
  10695.     Key             = "Installed";
  10696.     Value         = "TRUE";
  10697.     Styles         = (CFG_BOOLEAN);
  10698. End
  10699.  
  10700. ConfigurationItem gid_Configurationitem_Filters_Draw_Emf_Ms_Windows_Metafile
  10701.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10702.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['EMF - MS Windows Metafile']";
  10703.     Key             = "Installed";
  10704.     Value         = "TRUE";
  10705.     Styles         = (CFG_BOOLEAN);
  10706. End
  10707.  
  10708. ConfigurationItem gid_Configurationitem_Filters_Draw_Wmf_Ms_Windows_Metafile
  10709.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10710.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['WMF - MS Windows Metafile']";
  10711.     Key             = "Installed";
  10712.     Value         = "TRUE";
  10713.     Styles         = (CFG_BOOLEAN);
  10714. End
  10715.  
  10716. ConfigurationItem gid_Configurationitem_Filters_Draw_Svm_Starview_Metafile
  10717.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10718.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['SVM - StarView Metafile']";
  10719.     Key             = "Installed";
  10720.     Value         = "TRUE";
  10721.     Styles         = (CFG_BOOLEAN);
  10722. End
  10723.  
  10724. ConfigurationItem gid_Configurationitem_Filters_Draw_Bmp_Ms_Windows
  10725.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10726.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['BMP - MS Windows']";
  10727.     Key             = "Installed";
  10728.     Value         = "TRUE";
  10729.     Styles         = (CFG_BOOLEAN);
  10730. End
  10731.  
  10732. ConfigurationItem gid_Configurationitem_Filters_Draw_Jpg_Jpeg
  10733.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10734.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['JPG - JPEG']";
  10735.     Key             = "Installed";
  10736.     Value         = "TRUE";
  10737.     Styles         = (CFG_BOOLEAN);
  10738. End
  10739.  
  10740. ConfigurationItem gid_Configurationitem_Filters_Draw_Xbm_X_Consortium
  10741.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10742.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['XBM - X-Consortium']";
  10743.     Key             = "Installed";
  10744.     Value         = "TRUE";
  10745.     Styles         = (CFG_BOOLEAN);
  10746. End
  10747.  
  10748. ConfigurationItem gid_Configurationitem_Filters_Draw_Html_Export
  10749.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10750.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_html_Export']";
  10751.     Key             = "Installed";
  10752.     Value         = "TRUE";
  10753.     Styles         = (CFG_BOOLEAN);
  10754. End
  10755.  
  10756. ConfigurationItem gid_Configurationitem_Filters_Draw_Bmp_Export
  10757.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10758.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_bmp_Export']";
  10759.     Key             = "Installed";
  10760.     Value         = "TRUE";
  10761.     Styles         = (CFG_BOOLEAN);
  10762. End
  10763.  
  10764. ConfigurationItem gid_Configurationitem_Filters_Draw_Emf_Export
  10765.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10766.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_emf_Export']";
  10767.     Key             = "Installed";
  10768.     Value         = "TRUE";
  10769.     Styles         = (CFG_BOOLEAN);
  10770. End
  10771.  
  10772. ConfigurationItem gid_Configurationitem_Filters_Draw_Gif_Export
  10773.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10774.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_gif_Export']";
  10775.     Key             = "Installed";
  10776.     Value         = "TRUE";
  10777.     Styles         = (CFG_BOOLEAN);
  10778. End
  10779.  
  10780. ConfigurationItem gid_Configurationitem_Filters_Draw_Jpg_Export
  10781.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10782.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_jpg_Export']";
  10783.     Key             = "Installed";
  10784.     Value         = "TRUE";
  10785.     Styles         = (CFG_BOOLEAN);
  10786. End
  10787.  
  10788. ConfigurationItem gid_Configurationitem_Filters_Draw_Png_Export
  10789.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10790.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_png_Export']";
  10791.     Key             = "Installed";
  10792.     Value         = "TRUE";
  10793.     Styles         = (CFG_BOOLEAN);
  10794. End
  10795.  
  10796. ConfigurationItem gid_Configurationitem_Filters_Draw_Svm_Export
  10797.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10798.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_svm_Export']";
  10799.     Key             = "Installed";
  10800.     Value         = "TRUE";
  10801.     Styles         = (CFG_BOOLEAN);
  10802. End
  10803.  
  10804. ConfigurationItem gid_Configurationitem_Filters_Draw_Wmf_Export
  10805.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10806.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_wmf_Export']";
  10807.     Key             = "Installed";
  10808.     Value         = "TRUE";
  10809.     Styles         = (CFG_BOOLEAN);
  10810. End
  10811.  
  10812. ConfigurationItem gid_Configurationitem_Common_Objectnames_Draw_Name
  10813.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10814.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Draw']/Name";
  10815.     Key             = "en-US";
  10816.     Value         = "%PRODUCTNAME %PRODUCTVERSION Drawing";
  10817.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10818. End
  10819.  
  10820. ConfigurationItem gid_Configurationitem_Common_Objectnames_Draw_Key
  10821.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10822.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Draw']";
  10823.     Key             = "Key";
  10824.     Value         = "4BAB8970-8A3B-45B3-991C-CBEEAC6BD5E3";
  10825.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10826. End
  10827.  
  10828. ConfigurationItem gid_Configurationitem_Common_Menus_New_M3_Titel
  10829.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10830.     Path         = "org.openoffice.Office.Common/Menus/New/*['m3']/Title";
  10831.     Key             = "en-US";
  10832.     Value         = "~Drawing";
  10833.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10834. End
  10835.  
  10836. ConfigurationItem gid_Configurationitem_Common_Menus_New_M3_Url
  10837.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10838.     Path         = "org.openoffice.Office.Common/Menus/New/*['m3']";
  10839.     Key             = "URL";
  10840.     Value         = "private:factory/sdraw";
  10841.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10842. End
  10843.  
  10844. ConfigurationItem gid_Configurationitem_Common_Menus_New_M3_Targetname
  10845.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10846.     Path         = "org.openoffice.Office.Common/Menus/New/*['m3']";
  10847.     Key             = "TargetName";
  10848.     Value         = "_default";
  10849.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  10850. End
  10851.  
  10852. RegistryItem gid_Regitem__Sda
  10853.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10854.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10855.     Subkey         = ".sda";
  10856.     Value         = "soffice.StarDrawDocument.5";
  10857. End
  10858.  
  10859. RegistryItem gid_Regitem_Sda_Contenttype
  10860.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10861.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10862.     Subkey         = ".sda";
  10863.     Name         = "Content Type";
  10864.     Value         = "application/vnd.stardivision.draw";
  10865. End
  10866.  
  10867. RegistryItem gid_Regitem_Sda_Mime_Database
  10868.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10869.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10870.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.draw";
  10871.     Name         = "Extension";
  10872.     Value         = ".sda";
  10873. End
  10874.  
  10875. RegistryItem gid_Regitem_Sda_So4_Mime_Database
  10876.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10877.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10878.     Subkey         = "MIME\Database\Content Type\application/x-stardraw";
  10879.     Name         = "Extension";
  10880.     Value         = ".sda";
  10881. End
  10882.  
  10883. RegistryItem gid_Regitem__Sxd
  10884.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10885.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10886.     Subkey         = ".sxd";
  10887.     Value         = "soffice.StarDrawDocument.6";
  10888. End
  10889.  
  10890. RegistryItem gid_Regitem_Sxd_Contenttype
  10891.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10892.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10893.     Subkey         = ".sxd";
  10894.     Name         = "Content Type";
  10895.     Value         = "application/vnd.sun.xml.draw";
  10896. End
  10897.  
  10898. RegistryItem gid_Regitem_Sxd_Mime_Database
  10899.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10900.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10901.     Subkey         = "MIME\Database\Content Type\application/vnd.sun.xml.draw";
  10902.     Name         = "Extension";
  10903.     Value         = ".sxd";
  10904. End
  10905.  
  10906. RegistryItem gid_Regitem_Sxd_Soffice_Stardrawdocument_6_Shellnew
  10907.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10908.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10909.     Subkey         = ".sxd\soffice.StarDrawDocument.6\ShellNew";
  10910.     Name         = "FileName";
  10911.     Value         = "soffice.sxd";
  10912. End
  10913.  
  10914. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6
  10915.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10916.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10917.     Subkey         = "soffice.StarDrawDocument.6";
  10918.     Value         = "%PRODUCTNAME %PRODUCTVERSION Drawing";
  10919. End
  10920.  
  10921. RegistryItem gid_Regitem_Soffice_Stardrawdocument_5
  10922.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10923.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10924.     Subkey         = "soffice.StarDrawDocument.5";
  10925.     Value         = "%PRODUCTNAME 5.0 Drawing";
  10926. End
  10927.  
  10928. RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Defaulticon
  10929.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10930.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10931.     Subkey         = "soffice.StarDrawDocument.5\DefaultIcon";
  10932.     Value         = "<progpath>\program\soffice.exe,5";
  10933. End
  10934.  
  10935. RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell
  10936.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10937.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10938.     Subkey         = "soffice.StarDrawDocument.5\shell";
  10939.     Value         = "open";
  10940. End
  10941.  
  10942. RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_New
  10943.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10944.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10945.     Subkey         = "soffice.StarDrawDocument.5\shell\new";
  10946.     Value         = "~New";
  10947. End
  10948.  
  10949. RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_New_Command
  10950.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10951.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10952.     Subkey         = "soffice.StarDrawDocument.5\shell\new\command";
  10953.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  10954. End
  10955.  
  10956. RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_Open_Command
  10957.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10958.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10959.     Subkey         = "soffice.StarDrawDocument.5\shell\open\command";
  10960.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  10961. End
  10962.  
  10963. RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_Print_Command
  10964.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10965.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10966.     Subkey         = "soffice.StarDrawDocument.5\shell\print\command";
  10967.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  10968. End
  10969.  
  10970. RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_Printto_Command
  10971.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10972.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10973.     Subkey         = "soffice.StarDrawDocument.5\shell\printto\command";
  10974.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  10975. End
  10976.  
  10977. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Defaulticon
  10978.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10979.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10980.     Subkey         = "soffice.StarDrawDocument.6\DefaultIcon";
  10981.     Value         = "<progpath>\program\soffice.exe,5";
  10982. End
  10983.  
  10984. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell
  10985.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10986.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10987.     Subkey         = "soffice.StarDrawDocument.6\shell";
  10988.     Value         = "open";
  10989. End
  10990.  
  10991. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_New
  10992.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  10993.     ModuleID     = gid_Module_Prg_Draw_Bin;
  10994.     Subkey         = "soffice.StarDrawDocument.6\shell\new";
  10995.     Value         = "~New";
  10996. End
  10997.  
  10998. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_New_Command
  10999.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11000.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11001.     Subkey         = "soffice.StarDrawDocument.6\shell\new\command";
  11002.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  11003. End
  11004.  
  11005. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_Open_Command
  11006.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11007.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11008.     Subkey         = "soffice.StarDrawDocument.6\shell\open\command";
  11009.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  11010. End
  11011.  
  11012. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_Print_Command
  11013.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11014.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11015.     Subkey         = "soffice.StarDrawDocument.6\shell\print\command";
  11016.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  11017. End
  11018.  
  11019. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_Printto_Command
  11020.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11021.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11022.     Subkey         = "soffice.StarDrawDocument.6\shell\printto\command";
  11023.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  11024. End
  11025.  
  11026. RegistryItem gid_Regitem_Soffice_Stardrawdocument_Curver
  11027.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11028.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11029.     Subkey         = "soffice.StarDrawDocument\CurVer";
  11030.     Value         = "soffice.StarDrawDocument.6";
  11031. End
  11032.  
  11033. RegistryItem gid_Regitem_Std
  11034.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11035.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11036.     Subkey         = ".std";
  11037.     Value         = "soffice.StarDrawTemplate.6";
  11038. End
  11039.  
  11040. RegistryItem gid_Regitem_Std_Contenttype
  11041.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11042.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11043.     Subkey         = ".std";
  11044.     Name         = "Content Type";
  11045.     Value         = "application/vnd.sun.xml.draw.template";
  11046. End
  11047.  
  11048. RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6
  11049.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11050.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11051.     Subkey         = "soffice.StarDrawTemplate.6";
  11052.     Value         = "%PRODUCTNAME %PRODUCTVERSION Drawing Template";
  11053. End
  11054.  
  11055. RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Defaulticon
  11056.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11057.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11058.     Subkey         = "soffice.StarDrawTemplate.6\DefaultIcon";
  11059.     Value         = "<progpath>\program\soffice.exe,6";
  11060. End
  11061.  
  11062. RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell
  11063.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11064.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11065.     Subkey         = "soffice.StarDrawTemplate.6\shell";
  11066.     Value         = "new";
  11067. End
  11068.  
  11069. RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_New
  11070.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11071.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11072.     Subkey         = "soffice.StarDrawTemplate.6\shell\new";
  11073.     Value         = "~New";
  11074. End
  11075.  
  11076. RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_New_Command
  11077.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11078.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11079.     Subkey         = "soffice.StarDrawTemplate.6\shell\new\command";
  11080.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  11081. End
  11082.  
  11083. RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_Open_Command
  11084.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11085.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11086.     Subkey         = "soffice.StarDrawTemplate.6\shell\open\command";
  11087.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  11088. End
  11089.  
  11090. RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_Print_Command
  11091.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11092.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11093.     Subkey         = "soffice.StarDrawTemplate.6\shell\print\command";
  11094.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  11095. End
  11096.  
  11097. RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_Printto_Command
  11098.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11099.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11100.     Subkey         = "soffice.StarDrawTemplate.6\shell\printto\command";
  11101.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  11102. End
  11103.  
  11104. RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Clsid
  11105.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11106.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11107.     Subkey         = "soffice.StarDrawDocument.6\CLSID";
  11108.     Value         = "{41662FC2-0D57-4aff-AB27-AD2E12E7C273}";
  11109. End
  11110.  
  11111. RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Insertable
  11112.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11113.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11114.     Subkey         = "soffice.StarDrawDocument.6\Insertable";
  11115. End
  11116.  
  11117. RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Protocol_Stdfileediting_Server
  11118.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11119.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11120.     Subkey         = "soffice.StarDrawDocument.6\protocol\StdFileEditing\server";
  11121.     Value         = "<progpath>\program\soffice.exe";
  11122. End
  11123.  
  11124. RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Protocol_Stdfileediting_Verb_0
  11125.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11126.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11127.     Subkey         = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\0";
  11128.     Value         = "&Edit";
  11129. End
  11130.  
  11131. RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Protocol_Stdfileediting_Verb__1
  11132.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11133.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11134.     Subkey         = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\-1";
  11135.     Value         = "&Show";
  11136. End
  11137.  
  11138. RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Protocol_Stdfileediting_Verb__2
  11139.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11140.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11141.     Subkey         = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\-2";
  11142.     Value         = "&Open";
  11143. End
  11144.  
  11145. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273_
  11146.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11147.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11148.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}";
  11149.     Value         = "%PRODUCTNAME %PRODUCTVERSION Drawing";
  11150. End
  11151.  
  11152. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Localserver32
  11153.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11154.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11155.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\LocalServer32";
  11156.     Value         = "<progpath>\program\soffice.exe -nodefault -nologo";
  11157. End
  11158.  
  11159. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Inprochandler32
  11160.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11161.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11162.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\InprocHandler32";
  11163.     Value         = "ole32.dll";
  11164. End
  11165.  
  11166. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Defaulticon
  11167.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11168.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11169.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\DefaultIcon";
  11170.     Value         = "<progpath>\program\soffice.exe,0";
  11171. End
  11172.  
  11173. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Insertable
  11174.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11175.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11176.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\Insertable";
  11177. End
  11178.  
  11179. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Progid
  11180.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11181.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11182.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\ProgID";
  11183.     Value         = "soffice.StarDrawDocument.6";
  11184. End
  11185.  
  11186. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Programmable
  11187.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11188.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11189.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\Programmable";
  11190. End
  11191.  
  11192. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Miscstatus
  11193.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11194.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11195.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\MiscStatus";
  11196.     Value         = "16";
  11197. End
  11198.  
  11199. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Verb_0
  11200.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11201.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11202.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\verb\0";
  11203.     Value         = "&Edit,0,0";
  11204. End
  11205.  
  11206. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Verb__1
  11207.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11208.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11209.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\verb\-1";
  11210.     Value         = "Show,0,0";
  11211. End
  11212.  
  11213. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Verb__2
  11214.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11215.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11216.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\verb\-2";
  11217.     Value         = "Open,0,0";
  11218. End
  11219.  
  11220. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Versionindependentprogid
  11221.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11222.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11223.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\VersionIndependentProgID";
  11224.     Value         = "soffice.StarDrawDocument.6";
  11225. End
  11226.  
  11227. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Dataformats_Getset_0
  11228.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11229.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11230.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\DataFormats\GetSet\0";
  11231.     Value         = "Embed Source,1,8,1";
  11232. End
  11233.  
  11234. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Dataformats_Getset_1
  11235.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11236.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11237.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\DataFormats\GetSet\1";
  11238.     Value         = "3,1,32,1";
  11239. End
  11240.  
  11241. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Dataformats_Getset_2
  11242.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11243.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11244.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\DataFormats\GetSet\2";
  11245.     Value         = "2,1,16,1";
  11246. End
  11247.  
  11248. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Auxusertype_2
  11249.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11250.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11251.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\AuxUserType\2";
  11252.     Value         = "%PRODUCTNAME";
  11253. End
  11254.  
  11255. RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Auxusertype_3
  11256.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11257.     ModuleID     = gid_Module_Prg_Draw_Bin;
  11258.     Subkey         = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\AuxUserType\3";
  11259.     Value         = "%PRODUCTNAME %PRODUCTVERSION Drawing";
  11260. End
  11261.  
  11262. Module gid_Module_Prg_Draw_Help
  11263.     ParentID     = gid_Module_Prg_Draw;
  11264.     Name         = "%PRODUCTNAME Draw Help";
  11265.     Description     = "Help about %PRODUCTNAME Draw";
  11266.     Default         = YES;
  11267.     Files         = (gid_File_Help_Sdraw_Zip, gid_File_Help_Simpress_Zip, gid_File_Help_Smath_Zip);
  11268. End
  11269.  
  11270. Module gid_Module_Prg_Draw_Temp
  11271.     ParentID     = gid_Module_Prg_Draw;
  11272.     Name         = "%PRODUCTNAME Draw Templates";
  11273.     Description     = "Templates for the %PRODUCTNAME drawing module";
  11274.     Default         = YES;
  11275.     Styles         = (HIDDEN_ROOT);
  11276. End
  11277.  
  11278. Module gid_Module_Prg_Draw_Sample
  11279.     ParentID     = gid_Module_Prg_Draw;
  11280.     Name         = "%PRODUCTNAME Draw Samples";
  11281.     Description     = "%PRODUCTNAME Draw Samples";
  11282.     Default         = YES;
  11283.     Styles         = (HIDDEN_ROOT);
  11284. End
  11285.  
  11286. Module gid_Module_Prg_Math
  11287.     ParentID     = gid_Module_Prg;
  11288.     Name         = "%PRODUCTNAME Math";
  11289.     Description     = "The formula editor enables you to include mathematical formula in your documents.";
  11290. End
  11291.  
  11292. File gid_File_Html_W3c_Ipr
  11293.     Name         = "w3c_ipr_software_notice.html";
  11294.     PackedName     = "f_0336";
  11295.     Size         = 4637;
  11296.     Dir             = gid_Dir_Share_Dtd_Math_1_01;
  11297.     Carrier         = gid_DataCarrier;
  11298.     UnixRights     = 444;
  11299.     Date         = "04072003";
  11300.     Time         = "0700";
  11301.     Styles         = (PACKED);
  11302. End
  11303.  
  11304. File gid_File_Dtd_Math
  11305.     Name         = "math.dtd";
  11306.     PackedName     = "f_0337";
  11307.     Size         = 35471;
  11308.     Dir             = gid_Dir_Share_Dtd_Math_1_01;
  11309.     Carrier         = gid_DataCarrier;
  11310.     UnixRights     = 444;
  11311.     Date         = "04072003";
  11312.     Time         = "0700";
  11313.     Styles         = (PACKED);
  11314. End
  11315.  
  11316. File gid_File_Res_Sm
  11317.     Name         = "sm64501.res";
  11318.     PackedName     = "f_0338";
  11319.     Size         = 386904;
  11320.     Dir             = gid_Dir_Resource;
  11321.     Carrier         = gid_DataCarrier;
  11322.     UnixRights     = 444;
  11323.     Date         = "04072003";
  11324.     Time         = "0700";
  11325.     Styles         = (PACKED);
  11326. End
  11327.  
  11328. File gid_File_Lib_Sm
  11329.     Name         = "sm645mi.dll";
  11330.     PackedName     = "f_0339";
  11331.     Size         = 446464;
  11332.     Dir             = gid_Dir_Program;
  11333.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  11334.     Carrier         = gid_DataCarrier;
  11335.     UnixRights     = 444;
  11336.     Date         = "04072003";
  11337.     Time         = "0700";
  11338.     Styles         = (PACKED, UNO_COMPONENT);
  11339. End
  11340.  
  11341. Module gid_Module_Prg_Math_Bin
  11342.     ParentID     = gid_Module_Prg_Math;
  11343.     Name         = "Program Module";
  11344.     Description     = "The %PRODUCTNAME Math Application";
  11345.     Minimal         = YES;
  11346.     Default         = YES;
  11347.     Files         = (gid_File_Html_W3c_Ipr, gid_File_Dtd_Math, gid_File_Res_Sm, gid_File_Lib_Sm);
  11348. End
  11349.  
  11350. ConfigurationItem gid_Configurationitem_Soffice_Apps_Smath1
  11351.     ModuleID     = gid_Module_Prg_Math_Bin;
  11352.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.formula.FormulaProperties";
  11353.     Key             = "ooSetupFactoryShortName";
  11354.     Value         = "smath";
  11355.     Styles         = (CFG_STRING, CREATE);
  11356. End
  11357.  
  11358. ConfigurationItem gid_Configurationitem_Soffice_Apps_Smath2
  11359.     ModuleID     = gid_Module_Prg_Math_Bin;
  11360.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.formula.FormulaProperties";
  11361.     Key             = "ooSetupFactoryTemplateFile";
  11362.     Value         = "";
  11363.     Styles         = (CFG_STRING, CREATE);
  11364. End
  11365.  
  11366. ConfigurationItem gid_Configurationitem_Soffice_Apps_Smath3
  11367.     ModuleID     = gid_Module_Prg_Math_Bin;
  11368.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.formula.FormulaProperties";
  11369.     Key             = "ooSetupFactoryIcon";
  11370.     Value         = "15";
  11371.     Styles         = (CFG_NUMERIC, CREATE);
  11372. End
  11373.  
  11374. ConfigurationItem gid_Configurationitem_Soffice_Apps_Smath4
  11375.     ModuleID     = gid_Module_Prg_Math_Bin;
  11376.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.formula.FormulaProperties";
  11377.     Key             = "ooSetupFactoryWindowAttributes";
  11378.     Value         = "";
  11379.     Styles         = (CFG_STRING, CREATE);
  11380. End
  11381.  
  11382. ConfigurationItem gid_Configurationitem_Soffice_Apps_Smath5
  11383.     ModuleID     = gid_Module_Prg_Math_Bin;
  11384.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.formula.FormulaProperties";
  11385.     Key             = "ooSetupFactoryEmptyDocumentURL";
  11386.     Value         = "private:factory/smath";
  11387.     Styles         = (CFG_STRING, CREATE);
  11388. End
  11389.  
  11390. ConfigurationItem gid_Configurationitem_Filters_Math_Mathml_Xml_Math
  11391.     ModuleID     = gid_Module_Prg_Math_Bin;
  11392.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MathML XML (Math)']";
  11393.     Key             = "Installed";
  11394.     Value         = "TRUE";
  11395.     Styles         = (CFG_BOOLEAN);
  11396. End
  11397.  
  11398. ConfigurationItem gid_Configurationitem_Filters_Math_Staroffice_Xml_Math
  11399.     ModuleID     = gid_Module_Prg_Math_Bin;
  11400.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarOffice XML (Math)']";
  11401.     Key             = "Installed";
  11402.     Value         = "TRUE";
  11403.     Styles         = (CFG_BOOLEAN);
  11404. End
  11405.  
  11406. ConfigurationItem gid_Configurationitem_Filters_Math_Starmath_50
  11407.     ModuleID     = gid_Module_Prg_Math_Bin;
  11408.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarMath 5.0']";
  11409.     Key             = "Installed";
  11410.     Value         = "TRUE";
  11411.     Styles         = (CFG_BOOLEAN);
  11412. End
  11413.  
  11414. ConfigurationItem gid_Configurationitem_Filters_Math_Starmath_40
  11415.     ModuleID     = gid_Module_Prg_Math_Bin;
  11416.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarMath 4.0']";
  11417.     Key             = "Installed";
  11418.     Value         = "TRUE";
  11419.     Styles         = (CFG_BOOLEAN);
  11420. End
  11421.  
  11422. ConfigurationItem gid_Configurationitem_Filters_Math_Starmath_30
  11423.     ModuleID     = gid_Module_Prg_Math_Bin;
  11424.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarMath 3.0']";
  11425.     Key             = "Installed";
  11426.     Value         = "TRUE";
  11427.     Styles         = (CFG_BOOLEAN);
  11428. End
  11429.  
  11430. ConfigurationItem gid_Configurationitem_Filters_Math_Starmath_20
  11431.     ModuleID     = gid_Module_Prg_Math_Bin;
  11432.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarMath 2.0']";
  11433.     Key             = "Installed";
  11434.     Value         = "TRUE";
  11435.     Styles         = (CFG_BOOLEAN);
  11436. End
  11437.  
  11438. ConfigurationItem gid_Configurationitem_Filters_Math_Mathtype_3x
  11439.     ModuleID     = gid_Module_Prg_Math_Bin;
  11440.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MathType 3.x']";
  11441.     Key             = "Installed";
  11442.     Value         = "TRUE";
  11443.     Styles         = (CFG_BOOLEAN);
  11444. End
  11445.  
  11446. ConfigurationItem gid_Configurationitem_Common_Objectnames_Math_Name
  11447.     ModuleID     = gid_Module_Prg_Math_Bin;
  11448.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Math']/Name";
  11449.     Key             = "en-US";
  11450.     Value         = "%PRODUCTNAME %PRODUCTVERSION Formula";
  11451.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  11452. End
  11453.  
  11454. ConfigurationItem gid_Configurationitem_Common_Objectnames_Math_Key
  11455.     ModuleID     = gid_Module_Prg_Math_Bin;
  11456.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Math']";
  11457.     Key             = "Key";
  11458.     Value         = "078B7ABA-54FC-457F-8551-6147E776A997";
  11459.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  11460. End
  11461.  
  11462. ConfigurationItem gid_Configurationitem_Common_Menus_New_M8_Titel
  11463.     ModuleID     = gid_Module_Prg_Math_Bin;
  11464.     Path         = "org.openoffice.Office.Common/Menus/New/*['m8']/Title";
  11465.     Key             = "en-US";
  11466.     Value         = "F~ormula";
  11467.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  11468. End
  11469.  
  11470. ConfigurationItem gid_Configurationitem_Common_Menus_New_M8_Url
  11471.     ModuleID     = gid_Module_Prg_Math_Bin;
  11472.     Path         = "org.openoffice.Office.Common/Menus/New/*['m8']";
  11473.     Key             = "URL";
  11474.     Value         = "private:factory/smath";
  11475.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  11476. End
  11477.  
  11478. ConfigurationItem gid_Configurationitem_Common_Menus_New_M8_Targetname
  11479.     ModuleID     = gid_Module_Prg_Math_Bin;
  11480.     Path         = "org.openoffice.Office.Common/Menus/New/*['m8']";
  11481.     Key             = "TargetName";
  11482.     Value         = "_default";
  11483.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  11484. End
  11485.  
  11486. RegistryItem gid_Regitem__Smf
  11487.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11488.     ModuleID     = gid_Module_Prg_Math_Bin;
  11489.     Subkey         = ".smf";
  11490.     Value         = "soffice.StarMathDocument.5";
  11491. End
  11492.  
  11493. RegistryItem gid_Regitem_Smf_Contenttype
  11494.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11495.     ModuleID     = gid_Module_Prg_Math_Bin;
  11496.     Subkey         = ".smf";
  11497.     Name         = "Content Type";
  11498.     Value         = "application/vnd.stardivision.math";
  11499. End
  11500.  
  11501. RegistryItem gid_Regitem_Smf_Mime_Database
  11502.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11503.     ModuleID     = gid_Module_Prg_Math_Bin;
  11504.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.math";
  11505.     Name         = "Extension";
  11506.     Value         = ".smf";
  11507. End
  11508.  
  11509. RegistryItem gid_Regitem_Smf_So4_Mime_Database
  11510.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11511.     ModuleID     = gid_Module_Prg_Math_Bin;
  11512.     Subkey         = "MIME\Database\Content Type\application/x-starmath";
  11513.     Name         = "Extension";
  11514.     Value         = ".smf";
  11515. End
  11516.  
  11517. RegistryItem gid_Regitem__Mml
  11518.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11519.     ModuleID     = gid_Module_Prg_Math_Bin;
  11520.     Subkey         = ".sxm";
  11521.     Value         = "soffice.StarMathDocument.6";
  11522. End
  11523.  
  11524. RegistryItem gid_Regitem_Sxm_Contenttype
  11525.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11526.     ModuleID     = gid_Module_Prg_Math_Bin;
  11527.     Subkey         = ".sxm";
  11528.     Name         = "Content Type";
  11529.     Value         = "application/vnd.sun.xml.math";
  11530. End
  11531.  
  11532. RegistryItem gid_Regitem_Sxm_Mime_Database
  11533.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11534.     ModuleID     = gid_Module_Prg_Math_Bin;
  11535.     Subkey         = "MIME\Database\Content Type\application/vnd.sun.xml.math";
  11536.     Name         = "Extension";
  11537.     Value         = ".sxm";
  11538. End
  11539.  
  11540. RegistryItem gid_Regitem_Soffice_Starmathdocument_5
  11541.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11542.     ModuleID     = gid_Module_Prg_Math_Bin;
  11543.     Subkey         = "soffice.StarMathDocument.5";
  11544.     Value         = "%PRODUCTNAME 5.0 Formula";
  11545. End
  11546.  
  11547. RegistryItem gid_Regitem_Soffice_Starmathdocument_6
  11548.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11549.     ModuleID     = gid_Module_Prg_Math_Bin;
  11550.     Subkey         = "soffice.StarMathDocument.6";
  11551.     Value         = "%PRODUCTNAME %PRODUCTVERSION Formula";
  11552. End
  11553.  
  11554. RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Defaulticon
  11555.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11556.     ModuleID     = gid_Module_Prg_Math_Bin;
  11557.     Subkey         = "soffice.StarMathDocument.5\DefaultIcon";
  11558.     Value         = "<progpath>\program\soffice.exe,14";
  11559. End
  11560.  
  11561. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Defaulticon
  11562.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11563.     ModuleID     = gid_Module_Prg_Math_Bin;
  11564.     Subkey         = "soffice.StarMathDocument.6\DefaultIcon";
  11565.     Value         = "<progpath>\program\soffice.exe,14";
  11566. End
  11567.  
  11568. RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell
  11569.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11570.     ModuleID     = gid_Module_Prg_Math_Bin;
  11571.     Subkey         = "soffice.StarMathDocument.5\shell";
  11572.     Value         = "open";
  11573. End
  11574.  
  11575. RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_New
  11576.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11577.     ModuleID     = gid_Module_Prg_Math_Bin;
  11578.     Subkey         = "soffice.StarMathDocument.5\shell\new";
  11579.     Value         = "~New";
  11580. End
  11581.  
  11582. RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_New_Command
  11583.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11584.     ModuleID     = gid_Module_Prg_Math_Bin;
  11585.     Subkey         = "soffice.StarMathDocument.5\shell\new\command";
  11586.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  11587. End
  11588.  
  11589. RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_Open_Command
  11590.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11591.     ModuleID     = gid_Module_Prg_Math_Bin;
  11592.     Subkey         = "soffice.StarMathDocument.5\shell\open\command";
  11593.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  11594. End
  11595.  
  11596. RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_Print_Command
  11597.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11598.     ModuleID     = gid_Module_Prg_Math_Bin;
  11599.     Subkey         = "soffice.StarMathDocument.5\shell\print\command";
  11600.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  11601. End
  11602.  
  11603. RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_Printto_Command
  11604.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11605.     ModuleID     = gid_Module_Prg_Math_Bin;
  11606.     Subkey         = "soffice.StarMathDocument.5\shell\printto\command";
  11607.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  11608. End
  11609.  
  11610. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell
  11611.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11612.     ModuleID     = gid_Module_Prg_Math_Bin;
  11613.     Subkey         = "soffice.StarMathDocument.6\shell";
  11614.     Value         = "open";
  11615. End
  11616.  
  11617. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_New
  11618.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11619.     ModuleID     = gid_Module_Prg_Math_Bin;
  11620.     Subkey         = "soffice.StarMathDocument.6\shell\new";
  11621.     Value         = "~New";
  11622. End
  11623.  
  11624. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_New_Command
  11625.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11626.     ModuleID     = gid_Module_Prg_Math_Bin;
  11627.     Subkey         = "soffice.StarMathDocument.6\shell\new\command";
  11628.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  11629. End
  11630.  
  11631. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_Open_Command
  11632.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11633.     ModuleID     = gid_Module_Prg_Math_Bin;
  11634.     Subkey         = "soffice.StarMathDocument.6\shell\open\command";
  11635.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  11636. End
  11637.  
  11638. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_Print_Command
  11639.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11640.     ModuleID     = gid_Module_Prg_Math_Bin;
  11641.     Subkey         = "soffice.StarMathDocument.6\shell\print\command";
  11642.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  11643. End
  11644.  
  11645. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_Printto_Command
  11646.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11647.     ModuleID     = gid_Module_Prg_Math_Bin;
  11648.     Subkey         = "soffice.StarMathDocument.6\shell\printto\command";
  11649.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  11650. End
  11651.  
  11652. RegistryItem gid_Regitem_Soffice_Starmathdocument_Curver
  11653.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11654.     ModuleID     = gid_Module_Prg_Math_Bin;
  11655.     Subkey         = "soffice.StarMathDocument\CurVer";
  11656.     Value         = "soffice.StarMathDocument.6";
  11657. End
  11658.  
  11659. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Clsid
  11660.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11661.     ModuleID     = gid_Module_Prg_Math_Bin;
  11662.     Subkey         = "soffice.StarMathDocument.6\CLSID";
  11663.     Value         = "{D0484DE6-AAEE-468a-991F-8D4B0737B57A}";
  11664. End
  11665.  
  11666. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Insertable
  11667.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11668.     ModuleID     = gid_Module_Prg_Math_Bin;
  11669.     Subkey         = "soffice.StarMathDocument.6\Insertable";
  11670. End
  11671.  
  11672. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Protocol_Stdfileediting_Server
  11673.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11674.     ModuleID     = gid_Module_Prg_Math_Bin;
  11675.     Subkey         = "soffice.StarMathDocument.6\protocol\StdFileEditing\server";
  11676.     Value         = "<progpath>\program\soffice.exe";
  11677. End
  11678.  
  11679. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Protocol_Stdfileediting_Verb_0
  11680.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11681.     ModuleID     = gid_Module_Prg_Math_Bin;
  11682.     Subkey         = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\0";
  11683.     Value         = "&Edit";
  11684. End
  11685.  
  11686. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Protocol_Stdfileediting_Verb__1
  11687.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11688.     ModuleID     = gid_Module_Prg_Math_Bin;
  11689.     Subkey         = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\-1";
  11690.     Value         = "&Show";
  11691. End
  11692.  
  11693. RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Protocol_Stdfileediting_Verb__2
  11694.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11695.     ModuleID     = gid_Module_Prg_Math_Bin;
  11696.     Subkey         = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\-2";
  11697.     Value         = "&Open";
  11698. End
  11699.  
  11700. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a_
  11701.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11702.     ModuleID     = gid_Module_Prg_Math_Bin;
  11703.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}";
  11704.     Value         = "%PRODUCTNAME %PRODUCTVERSION Formula";
  11705. End
  11706.  
  11707. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Localserver32
  11708.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11709.     ModuleID     = gid_Module_Prg_Math_Bin;
  11710.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\LocalServer32";
  11711.     Value         = "<progpath>\program\soffice.exe -nodefault -nologo";
  11712. End
  11713.  
  11714. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Inprochandler32
  11715.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11716.     ModuleID     = gid_Module_Prg_Math_Bin;
  11717.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\InprocHandler32";
  11718.     Value         = "ole32.dll";
  11719. End
  11720.  
  11721. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Defaulticon
  11722.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11723.     ModuleID     = gid_Module_Prg_Math_Bin;
  11724.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\DefaultIcon";
  11725.     Value         = "<progpath>\program\soffice.exe,0";
  11726. End
  11727.  
  11728. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Insertable
  11729.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11730.     ModuleID     = gid_Module_Prg_Math_Bin;
  11731.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\Insertable";
  11732. End
  11733.  
  11734. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Progid
  11735.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11736.     ModuleID     = gid_Module_Prg_Math_Bin;
  11737.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\ProgID";
  11738.     Value         = "soffice.StarMathDocument.6";
  11739. End
  11740.  
  11741. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Programmable
  11742.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11743.     ModuleID     = gid_Module_Prg_Math_Bin;
  11744.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\Programmable";
  11745. End
  11746.  
  11747. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Miscstatus
  11748.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11749.     ModuleID     = gid_Module_Prg_Math_Bin;
  11750.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\MiscStatus";
  11751.     Value         = "16";
  11752. End
  11753.  
  11754. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Verb_0
  11755.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11756.     ModuleID     = gid_Module_Prg_Math_Bin;
  11757.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\verb\0";
  11758.     Value         = "&Edit,0,0";
  11759. End
  11760.  
  11761. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Verb__1
  11762.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11763.     ModuleID     = gid_Module_Prg_Math_Bin;
  11764.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\verb\-1";
  11765.     Value         = "Show,0,0";
  11766. End
  11767.  
  11768. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Verb__2
  11769.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11770.     ModuleID     = gid_Module_Prg_Math_Bin;
  11771.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\verb\-2";
  11772.     Value         = "Open,0,0";
  11773. End
  11774.  
  11775. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Versionindependentprogid
  11776.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11777.     ModuleID     = gid_Module_Prg_Math_Bin;
  11778.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\VersionIndependentProgID";
  11779.     Value         = "soffice.StarMathDocument.6";
  11780. End
  11781.  
  11782. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Dataformats_Getset_0
  11783.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11784.     ModuleID     = gid_Module_Prg_Math_Bin;
  11785.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\DataFormats\GetSet\0";
  11786.     Value         = "Embed Source,1,8,1";
  11787. End
  11788.  
  11789. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Dataformats_Getset_1
  11790.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11791.     ModuleID     = gid_Module_Prg_Math_Bin;
  11792.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\DataFormats\GetSet\1";
  11793.     Value         = "3,1,32,1";
  11794. End
  11795.  
  11796. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Dataformats_Getset_2
  11797.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11798.     ModuleID     = gid_Module_Prg_Math_Bin;
  11799.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\DataFormats\GetSet\2";
  11800.     Value         = "2,1,16,1";
  11801. End
  11802.  
  11803. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Auxusertype_2
  11804.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11805.     ModuleID     = gid_Module_Prg_Math_Bin;
  11806.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\AuxUserType\2";
  11807.     Value         = "%PRODUCTNAME";
  11808. End
  11809.  
  11810. RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Auxusertype_3
  11811.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  11812.     ModuleID     = gid_Module_Prg_Math_Bin;
  11813.     Subkey         = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\AuxUserType\3";
  11814.     Value         = "%PRODUCTNAME %PRODUCTVERSION Formula";
  11815. End
  11816.  
  11817. Module gid_Module_Prg_Math_Help
  11818.     ParentID     = gid_Module_Prg_Math;
  11819.     Name         = "%PRODUCTNAME Math Help";
  11820.     Description     = "Help about %PRODUCTNAME Math";
  11821.     Default         = YES;
  11822.     Files         = (gid_File_Help_Smath_Zip);
  11823. End
  11824.  
  11825. Module gid_Module_Prg_Math_Sample
  11826.     ParentID     = gid_Module_Prg_Math;
  11827.     Name         = "%PRODUCTNAME Math Samples";
  11828.     Description     = "%PRODUCTNAME Math Sample Formula";
  11829.     Default         = YES;
  11830.     Styles         = (HIDDEN_ROOT);
  11831. End
  11832.  
  11833. Module gid_Module_Optional
  11834.     ParentID     = gid_Module_Root;
  11835.     Name         = "Optional Components";
  11836.     Description     = "Common components and additional programs shared by all %PRODUCTNAME programs.";
  11837. End
  11838.  
  11839. Procedure gid_Procedure_Autostart_Inst
  11840.     ProcName     = "Autostart_Inst";
  11841.     Styles         = (STANDALONE, WORKSTATION, INSTALL, AFTER_INST);
  11842.     Code         = {Sub Autostart_Inst
  11843.  
  11844.     dim officepath As String
  11845.  
  11846.    If GetsetupEnv.InstallMode = "IM_WORKSTATION" Then
  11847.         officepath = DirEntry(GetSetupEnv.SourcePath, "program", "quickstart.exe")
  11848.    Else
  11849.         officepath = DirEntry(GetSetupEnv.DestPath, "program", "quickstart.exe")
  11850.    Endif
  11851.  
  11852.    rem msgbox("Starten von " & officepath)
  11853.  
  11854.    SetFollowApplication(officepath)
  11855.  
  11856. End Sub
  11857. };
  11858. End
  11859.  
  11860. Module gid_Module_Optional_Quickstart
  11861.     ParentID     = gid_Module_Optional;
  11862.     Name         = "Quickstarter";
  11863.     Description     = "Choose this module to have %PRODUCTNAME %PRODUCTVERSION components loaded when the system is started.";
  11864.     Default         = YES;
  11865.     Procedures     = (gid_Procedure_Autostart_Inst);
  11866. End
  11867.  
  11868. FolderItem gid_Folderitem_Exe_Quickstart
  11869.     ModuleID     = gid_Module_Optional_Quickstart;
  11870.     Name         = "%PRODUCTNAME %PRODUCTVERSION";
  11871.     FolderID     = PREDEFINED_AUTOSTART;
  11872.     FileID         = gid_File_Exe_Quickstart;
  11873. End
  11874.  
  11875. File gid_File_Lib_Soactivex
  11876.     Name         = "so_activex.dll";
  11877.     PackedName     = "f_0340";
  11878.     Size         = 98304;
  11879.     Dir             = gid_Dir_Program;
  11880.     Carrier         = gid_DataCarrier;
  11881.     UnixRights     = 444;
  11882.     Date         = "04072003";
  11883.     Time         = "0700";
  11884.     Styles         = (PACKED);
  11885. End
  11886.  
  11887. File gid_File_Lib_Regactivex
  11888.     Name         = "regactivex645mi.dll";
  11889.     PackedName     = "f_0341";
  11890.     Size         = 10240;
  11891.     Dir             = gid_Dir_Program;
  11892.     Carrier         = gid_DataCarrier;
  11893.     UnixRights     = 444;
  11894.     Date         = "04072003";
  11895.     Time         = "0700";
  11896.     Styles         = (PACKED);
  11897. End
  11898.  
  11899. Custom gid_Custom_Regactivex
  11900.     FileName     = "regactivex645mi.dll";
  11901.     Styles         = (STANDALONE, WORKSTATION, EXEC_INST_AFTER, EXEC_DEINST_BEFORE, EXEC_MODIFY_BEFORE, EXEC_MODIFY_AFTER);
  11902. End
  11903.  
  11904. Module gid_Module_Optional_Activexcontrol
  11905.     ParentID     = gid_Module_Optional;
  11906.     Name         = "ActiveX Control";
  11907.     Description     = "This component allows you to view %PRODUCTNAME documents directly in the Microsoft Internet Explorer.";
  11908.     Minimal         = NO;
  11909.     Default         = NO;
  11910.     Files         = (gid_File_Lib_Soactivex, gid_File_Lib_Regactivex);
  11911.     Customs         = (gid_Custom_Regactivex);
  11912. End
  11913.  
  11914. Module gid_Module_Optional_Help
  11915.     ParentID     = gid_Module_Optional;
  11916.     Name         = "General Help Modules";
  11917.     Description     = "The %PRODUCTNAME Basic Help module and %PRODUCTNAME User's Guide";
  11918.     Styles         = (HIDDEN_ROOT);
  11919. End
  11920.  
  11921. Module gid_Module_Optional_Help_Basic
  11922.     ParentID     = gid_Module_Optional_Help;
  11923.     Name         = "%PRODUCTNAME Basic Help";
  11924.     Description     = "Help about %PRODUCTNAME Basic";
  11925.     Default         = YES;
  11926.     Styles         = (HIDDEN_ROOT);
  11927. End
  11928.  
  11929. Module gid_Module_Optional_Gallery
  11930.     ParentID     = gid_Module_Optional;
  11931.     Name         = "Additional Gallery Themes";
  11932.     Description     = "Different Gallery themes to give your documents a more elaborate design.";
  11933.     Default         = YES;
  11934.     Styles         = (HIDDEN_ROOT);
  11935. End
  11936.  
  11937. File gid_File_Bin_Testtool
  11938.     Name         = "testtool.exe";
  11939.     PackedName     = "f_0342";
  11940.     Size         = 294912;
  11941.     Dir             = gid_Dir_Program;
  11942.     Carrier         = gid_DataCarrier;
  11943.     UnixRights     = 555;
  11944.     Date         = "04072003";
  11945.     Time         = "0700";
  11946.     Styles         = (PACKED);
  11947. End
  11948.  
  11949. File gid_File_Res_Stt
  11950.     Name         = "stt64501.res";
  11951.     PackedName     = "f_0343";
  11952.     Size         = 26524;
  11953.     Dir             = gid_Dir_Resource;
  11954.     Carrier         = gid_DataCarrier;
  11955.     UnixRights     = 444;
  11956.     Date         = "04072003";
  11957.     Time         = "0700";
  11958.     Styles         = (PACKED);
  11959. End
  11960.  
  11961. File gid_File_Hid_Testtool
  11962.     Name         = "hid.lst";
  11963.     PackedName     = "f_0344";
  11964.     Size         = 7390;
  11965.     Dir             = gid_Dir_Program;
  11966.     Carrier         = gid_DataCarrier;
  11967.     UnixRights     = 555;
  11968.     Date         = "04072003";
  11969.     Time         = "0700";
  11970.     Styles         = (PACKED);
  11971. End
  11972.  
  11973. Module gid_Module_Optional_Testtool
  11974.     ParentID     = gid_Module_Optional;
  11975.     Name         = "Testtool";
  11976.     Description     = "Testtool";
  11977.     Default         = NO;
  11978.     Files         = (gid_File_Bin_Testtool, gid_File_Res_Stt, gid_File_Hid_Testtool);
  11979. End
  11980.  
  11981. Module gid_Module_Optional_Grfflt
  11982.     ParentID     = gid_Module_Optional;
  11983.     Name         = "Graphics Filters";
  11984.     Description     = "Several optional graphics filters required to embed external graphics in your documents.";
  11985. End
  11986.  
  11987. File gid_File_Filter_Ipd
  11988.     Name         = "ipd645mi.dll";
  11989.     PackedName     = "f_0345";
  11990.     Size         = 12288;
  11991.     Dir             = gid_Dir_Filter;
  11992.     Carrier         = gid_DataCarrier;
  11993.     UnixRights     = 444;
  11994.     Date         = "04072003";
  11995.     Time         = "0700";
  11996.     Styles         = (PACKED);
  11997. End
  11998.  
  11999. Module gid_Module_Optional_Grfflt_Adobe
  12000.     ParentID     = gid_Module_Optional_Grfflt;
  12001.     Name         = "Adobe Photoshop Import Filter";
  12002.     Description     = "Adobe Photoshop Import Filter";
  12003.     Default         = YES;
  12004.     Files         = (gid_File_Filter_Ipd);
  12005. End
  12006.  
  12007. ConfigurationItem gid_Configurationitem_Filters_Psd_Import
  12008.     ModuleID     = gid_Module_Optional_Grfflt_Adobe;
  12009.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['psd_Import']";
  12010.     Key             = "Installed";
  12011.     Value         = "TRUE";
  12012.     Styles         = (CFG_BOOLEAN);
  12013. End
  12014.  
  12015. ConfigurationItem gid_Configurationitem_Filters_Draw_Psd_Adobe_Photoshop
  12016.     ModuleID     = gid_Module_Optional_Grfflt_Adobe;
  12017.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['PSD - Adobe Photoshop']";
  12018.     Key             = "Installed";
  12019.     Value         = "TRUE";
  12020.     Styles         = (CFG_BOOLEAN);
  12021. End
  12022.  
  12023. File gid_File_Filter_Itg
  12024.     Name         = "itg645mi.dll";
  12025.     PackedName     = "f_0346";
  12026.     Size         = 11264;
  12027.     Dir             = gid_Dir_Filter;
  12028.     Carrier         = gid_DataCarrier;
  12029.     UnixRights     = 444;
  12030.     Date         = "04072003";
  12031.     Time         = "0700";
  12032.     Styles         = (PACKED);
  12033. End
  12034.  
  12035. Module gid_Module_Optional_Grfflt_Tga
  12036.     ParentID     = gid_Module_Optional_Grfflt;
  12037.     Name         = "TGA Import";
  12038.     Description     = "TGA TrueVision TARGA Import Filter";
  12039.     Default         = YES;
  12040.     Files         = (gid_File_Filter_Itg);
  12041. End
  12042.  
  12043. ConfigurationItem gid_Configurationitem_Filters_Tga_Import
  12044.     ModuleID     = gid_Module_Optional_Grfflt_Tga;
  12045.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['tga_Import']";
  12046.     Key             = "Installed";
  12047.     Value         = "TRUE";
  12048.     Styles         = (CFG_BOOLEAN);
  12049. End
  12050.  
  12051. ConfigurationItem gid_Configurationitem_Filters_Draw_Tga_Truevision_Targa
  12052.     ModuleID     = gid_Module_Optional_Grfflt_Tga;
  12053.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['TGA - Truevision TARGA']";
  12054.     Key             = "Installed";
  12055.     Value         = "TRUE";
  12056.     Styles         = (CFG_BOOLEAN);
  12057. End
  12058.  
  12059. File gid_File_Filter_Eps
  12060.     Name         = "eps645mi.dll";
  12061.     PackedName     = "f_0347";
  12062.     Size         = 47104;
  12063.     Dir             = gid_Dir_Filter;
  12064.     Carrier         = gid_DataCarrier;
  12065.     UnixRights     = 444;
  12066.     Date         = "04072003";
  12067.     Time         = "0700";
  12068.     Styles         = (PACKED);
  12069. End
  12070.  
  12071. File gid_File_Res_Eps
  12072.     Name         = "eps64501.res";
  12073.     PackedName     = "f_0348";
  12074.     Size         = 2494;
  12075.     Dir             = gid_Dir_Resource;
  12076.     Carrier         = gid_DataCarrier;
  12077.     UnixRights     = 444;
  12078.     Date         = "04072003";
  12079.     Time         = "0700";
  12080.     Styles         = (PACKED);
  12081. End
  12082.  
  12083. File gid_File_Filter_Ips
  12084.     Name         = "ips645mi.dll";
  12085.     PackedName     = "f_0349";
  12086.     Size         = 10752;
  12087.     Dir             = gid_Dir_Filter;
  12088.     Carrier         = gid_DataCarrier;
  12089.     UnixRights     = 444;
  12090.     Date         = "04072003";
  12091.     Time         = "0700";
  12092.     Styles         = (PACKED);
  12093. End
  12094.  
  12095. Module gid_Module_Optional_Grfflt_Eps
  12096.     ParentID     = gid_Module_Optional_Grfflt;
  12097.     Name         = "EPS Import/Export Filter";
  12098.     Description     = "Encapsulated Postscript Import/Export Filter";
  12099.     Default         = YES;
  12100.     Files         = (gid_File_Filter_Eps, gid_File_Res_Eps, gid_File_Filter_Ips);
  12101. End
  12102.  
  12103. ConfigurationItem gid_Configurationitem_Filters_Eps_Import
  12104.     ModuleID     = gid_Module_Optional_Grfflt_Eps;
  12105.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['eps_Import']";
  12106.     Key             = "Installed";
  12107.     Value         = "TRUE";
  12108.     Styles         = (CFG_BOOLEAN);
  12109. End
  12110.  
  12111. ConfigurationItem gid_Configurationitem_Filters_Eps_Export
  12112.     ModuleID     = gid_Module_Optional_Grfflt_Eps;
  12113.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['eps_Export']";
  12114.     Key             = "Installed";
  12115.     Value         = "TRUE";
  12116.     Styles         = (CFG_BOOLEAN);
  12117. End
  12118.  
  12119. ConfigurationItem gid_Configurationitem_Filters_Draw_Eps_Encapsulated_Postscript
  12120.     ModuleID     = gid_Module_Optional_Grfflt_Eps;
  12121.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['EPS - Encapsulated PostScript']";
  12122.     Key             = "Installed";
  12123.     Value         = "TRUE";
  12124.     Styles         = (CFG_BOOLEAN);
  12125. End
  12126.  
  12127. ConfigurationItem gid_Configurationitem_Filters_Draw_Eps_Export
  12128.     ModuleID     = gid_Module_Optional_Grfflt_Eps;
  12129.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_eps_Export']";
  12130.     Key             = "Installed";
  12131.     Value         = "TRUE";
  12132.     Styles         = (CFG_BOOLEAN);
  12133. End
  12134.  
  12135. ConfigurationItem gid_Configurationitem_Filters_Impress_Eps_Export
  12136.     ModuleID     = gid_Module_Optional_Grfflt_Eps;
  12137.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_eps_Export']";
  12138.     Key             = "Installed";
  12139.     Value         = "TRUE";
  12140.     Styles         = (CFG_BOOLEAN);
  12141. End
  12142.  
  12143. File gid_File_Filter_Exp
  12144.     Name         = "exp645mi.dll";
  12145.     PackedName     = "f_0350";
  12146.     Size         = 7680;
  12147.     Dir             = gid_Dir_Filter;
  12148.     Carrier         = gid_DataCarrier;
  12149.     UnixRights     = 444;
  12150.     Date         = "04072003";
  12151.     Time         = "0700";
  12152.     Styles         = (PACKED);
  12153. End
  12154.  
  12155. Module gid_Module_Optional_Grfflt_Xpm
  12156.     ParentID     = gid_Module_Optional_Grfflt;
  12157.     Name         = "XPM Export Filter";
  12158.     Description     = "XPM Export Filter";
  12159.     Default         = YES;
  12160.     Files         = (gid_File_Filter_Exp);
  12161. End
  12162.  
  12163. ConfigurationItem gid_Configurationitem_Filters_Xpm_Export
  12164.     ModuleID     = gid_Module_Optional_Grfflt_Xpm;
  12165.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['xpm_Export']";
  12166.     Key             = "Installed";
  12167.     Value         = "TRUE";
  12168.     Styles         = (CFG_BOOLEAN);
  12169. End
  12170.  
  12171. ConfigurationItem gid_Configurationitem_Filters_Draw_Xpm_Export
  12172.     ModuleID     = gid_Module_Optional_Grfflt_Xpm;
  12173.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_xpm_Export']";
  12174.     Key             = "Installed";
  12175.     Value         = "TRUE";
  12176.     Styles         = (CFG_BOOLEAN);
  12177. End
  12178.  
  12179. ConfigurationItem gid_Configurationitem_Filters_Impress_Xpm_Export
  12180.     ModuleID     = gid_Module_Optional_Grfflt_Xpm;
  12181.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_xpm_Export']";
  12182.     Key             = "Installed";
  12183.     Value         = "TRUE";
  12184.     Styles         = (CFG_BOOLEAN);
  12185. End
  12186.  
  12187. File gid_File_Filter_Epb
  12188.     Name         = "epb645mi.dll";
  12189.     PackedName     = "f_0351";
  12190.     Size         = 10240;
  12191.     Dir             = gid_Dir_Filter;
  12192.     Carrier         = gid_DataCarrier;
  12193.     UnixRights     = 444;
  12194.     Date         = "04072003";
  12195.     Time         = "0700";
  12196.     Styles         = (PACKED);
  12197. End
  12198.  
  12199. File gid_File_Filter_Epg
  12200.     Name         = "epg645mi.dll";
  12201.     PackedName     = "f_0352";
  12202.     Size         = 10752;
  12203.     Dir             = gid_Dir_Filter;
  12204.     Carrier         = gid_DataCarrier;
  12205.     UnixRights     = 444;
  12206.     Date         = "04072003";
  12207.     Time         = "0700";
  12208.     Styles         = (PACKED);
  12209. End
  12210.  
  12211. File gid_File_Filter_Epp
  12212.     Name         = "epp645mi.dll";
  12213.     PackedName     = "f_0353";
  12214.     Size         = 10752;
  12215.     Dir             = gid_Dir_Filter;
  12216.     Carrier         = gid_DataCarrier;
  12217.     UnixRights     = 444;
  12218.     Date         = "04072003";
  12219.     Time         = "0700";
  12220.     Styles         = (PACKED);
  12221. End
  12222.  
  12223. File gid_File_Filter_Ipb
  12224.     Name         = "ipb645mi.dll";
  12225.     PackedName     = "f_0354";
  12226.     Size         = 9216;
  12227.     Dir             = gid_Dir_Filter;
  12228.     Carrier         = gid_DataCarrier;
  12229.     UnixRights     = 444;
  12230.     Date         = "04072003";
  12231.     Time         = "0700";
  12232.     Styles         = (PACKED);
  12233. End
  12234.  
  12235. Module gid_Module_Optional_Grfflt_Pbmp
  12236.     ParentID     = gid_Module_Optional_Grfflt;
  12237.     Name         = "Portable Bitmap Import/Export";
  12238.     Description     = "Portable Bitmap Import/Export Filters";
  12239.     Default         = YES;
  12240.     Files         = (gid_File_Filter_Epb, gid_File_Filter_Epg, gid_File_Filter_Epp, gid_File_Filter_Ipb);
  12241. End
  12242.  
  12243. ConfigurationItem gid_Configurationitem_Filters_Pbm_Import
  12244.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12245.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pbm_Import']";
  12246.     Key             = "Installed";
  12247.     Value         = "TRUE";
  12248.     Styles         = (CFG_BOOLEAN);
  12249. End
  12250.  
  12251. ConfigurationItem gid_Configurationitem_Filters_Pbm_Export
  12252.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12253.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pbm_Export']";
  12254.     Key             = "Installed";
  12255.     Value         = "TRUE";
  12256.     Styles         = (CFG_BOOLEAN);
  12257. End
  12258.  
  12259. ConfigurationItem gid_Configurationitem_Filters_Pgm_Import
  12260.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12261.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pgm_Import']";
  12262.     Key             = "Installed";
  12263.     Value         = "TRUE";
  12264.     Styles         = (CFG_BOOLEAN);
  12265. End
  12266.  
  12267. ConfigurationItem gid_Configurationitem_Filters_Pgm_Export
  12268.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12269.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pgm_Export']";
  12270.     Key             = "Installed";
  12271.     Value         = "TRUE";
  12272.     Styles         = (CFG_BOOLEAN);
  12273. End
  12274.  
  12275. ConfigurationItem gid_Configurationitem_Filters_Ppm_Import
  12276.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12277.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['ppm_Import']";
  12278.     Key             = "Installed";
  12279.     Value         = "TRUE";
  12280.     Styles         = (CFG_BOOLEAN);
  12281. End
  12282.  
  12283. ConfigurationItem gid_Configurationitem_Filters_Ppm_Export
  12284.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12285.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['ppm_Export']";
  12286.     Key             = "Installed";
  12287.     Value         = "TRUE";
  12288.     Styles         = (CFG_BOOLEAN);
  12289. End
  12290.  
  12291. ConfigurationItem gid_Configurationitem_Filters_Draw_Pbm_Portable_Bitmap
  12292.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12293.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['PBM - Portable Bitmap']";
  12294.     Key             = "Installed";
  12295.     Value         = "TRUE";
  12296.     Styles         = (CFG_BOOLEAN);
  12297. End
  12298.  
  12299. ConfigurationItem gid_Configurationitem_Filters_Draw_Pgm_Portable_Graymap
  12300.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12301.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['PGM - Portable Graymap']";
  12302.     Key             = "Installed";
  12303.     Value         = "TRUE";
  12304.     Styles         = (CFG_BOOLEAN);
  12305. End
  12306.  
  12307. ConfigurationItem gid_Configurationitem_Filters_Draw_Ppm_Portable_Pixelmap
  12308.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12309.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['PPM - Portable Pixelmap']";
  12310.     Key             = "Installed";
  12311.     Value         = "TRUE";
  12312.     Styles         = (CFG_BOOLEAN);
  12313. End
  12314.  
  12315. ConfigurationItem gid_Configurationitem_Filters_Draw_Pbm_Export
  12316.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12317.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_pbm_Export']";
  12318.     Key             = "Installed";
  12319.     Value         = "TRUE";
  12320.     Styles         = (CFG_BOOLEAN);
  12321. End
  12322.  
  12323. ConfigurationItem gid_Configurationitem_Filters_Draw_Pgm_Export
  12324.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12325.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_pgm_Export']";
  12326.     Key             = "Installed";
  12327.     Value         = "TRUE";
  12328.     Styles         = (CFG_BOOLEAN);
  12329. End
  12330.  
  12331. ConfigurationItem gid_Configurationitem_Filters_Draw_Ppm_Export
  12332.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12333.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_ppm_Export']";
  12334.     Key             = "Installed";
  12335.     Value         = "TRUE";
  12336.     Styles         = (CFG_BOOLEAN);
  12337. End
  12338.  
  12339. ConfigurationItem gid_Configurationitem_Filters_Impress_Pbm_Export
  12340.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12341.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_pbm_Export']";
  12342.     Key             = "Installed";
  12343.     Value         = "TRUE";
  12344.     Styles         = (CFG_BOOLEAN);
  12345. End
  12346.  
  12347. ConfigurationItem gid_Configurationitem_Filters_Impress_Pgm_Export
  12348.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12349.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_pgm_Export']";
  12350.     Key             = "Installed";
  12351.     Value         = "TRUE";
  12352.     Styles         = (CFG_BOOLEAN);
  12353. End
  12354.  
  12355. ConfigurationItem gid_Configurationitem_Filters_Impress_Ppm_Export
  12356.     ModuleID     = gid_Module_Optional_Grfflt_Pbmp;
  12357.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_ppm_Export']";
  12358.     Key             = "Installed";
  12359.     Value         = "TRUE";
  12360.     Styles         = (CFG_BOOLEAN);
  12361. End
  12362.  
  12363. File gid_File_Filter_Era
  12364.     Name         = "era645mi.dll";
  12365.     PackedName     = "f_0355";
  12366.     Size         = 7680;
  12367.     Dir             = gid_Dir_Filter;
  12368.     Carrier         = gid_DataCarrier;
  12369.     UnixRights     = 444;
  12370.     Date         = "04072003";
  12371.     Time         = "0700";
  12372.     Styles         = (PACKED);
  12373. End
  12374.  
  12375. File gid_File_Filter_Ira
  12376.     Name         = "ira645mi.dll";
  12377.     PackedName     = "f_0356";
  12378.     Size         = 8192;
  12379.     Dir             = gid_Dir_Filter;
  12380.     Carrier         = gid_DataCarrier;
  12381.     UnixRights     = 444;
  12382.     Date         = "04072003";
  12383.     Time         = "0700";
  12384.     Styles         = (PACKED);
  12385. End
  12386.  
  12387. Module gid_Module_Optional_Grfflt_Sunrst
  12388.     ParentID     = gid_Module_Optional_Grfflt;
  12389.     Name         = "SUN Rasterfile Import/Export";
  12390.     Description     = "SUN Rasterfile Import/Export Filters";
  12391.     Default         = YES;
  12392.     Files         = (gid_File_Filter_Era, gid_File_Filter_Ira);
  12393. End
  12394.  
  12395. ConfigurationItem gid_Configurationitem_Filters_Ras_Import
  12396.     ModuleID     = gid_Module_Optional_Grfflt_Sunrst;
  12397.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['ras_Import']";
  12398.     Key             = "Installed";
  12399.     Value         = "TRUE";
  12400.     Styles         = (CFG_BOOLEAN);
  12401. End
  12402.  
  12403. ConfigurationItem gid_Configurationitem_Filters_Ras_Export
  12404.     ModuleID     = gid_Module_Optional_Grfflt_Sunrst;
  12405.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['ras_Export']";
  12406.     Key             = "Installed";
  12407.     Value         = "TRUE";
  12408.     Styles         = (CFG_BOOLEAN);
  12409. End
  12410.  
  12411. ConfigurationItem gid_Configurationitem_Filters_Draw_Ras_Sun_Rasterfile
  12412.     ModuleID     = gid_Module_Optional_Grfflt_Sunrst;
  12413.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['RAS - Sun Rasterfile']";
  12414.     Key             = "Installed";
  12415.     Value         = "TRUE";
  12416.     Styles         = (CFG_BOOLEAN);
  12417. End
  12418.  
  12419. ConfigurationItem gid_Configurationitem_Filters_Draw_Ras_Export
  12420.     ModuleID     = gid_Module_Optional_Grfflt_Sunrst;
  12421.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_ras_Export']";
  12422.     Key             = "Installed";
  12423.     Value         = "TRUE";
  12424.     Styles         = (CFG_BOOLEAN);
  12425. End
  12426.  
  12427. ConfigurationItem gid_Configurationitem_Filters_Impress_Ras_Export
  12428.     ModuleID     = gid_Module_Optional_Grfflt_Sunrst;
  12429.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_ras_Export']";
  12430.     Key             = "Installed";
  12431.     Value         = "TRUE";
  12432.     Styles         = (CFG_BOOLEAN);
  12433. End
  12434.  
  12435. File gid_File_Filter_Idx
  12436.     Name         = "idx645mi.dll";
  12437.     PackedName     = "f_0357";
  12438.     Size         = 69632;
  12439.     Dir             = gid_Dir_Filter;
  12440.     Carrier         = gid_DataCarrier;
  12441.     UnixRights     = 444;
  12442.     Date         = "04072003";
  12443.     Time         = "0700";
  12444.     Styles         = (PACKED);
  12445. End
  12446.  
  12447. Module gid_Module_Optional_Grfflt_Acad
  12448.     ParentID     = gid_Module_Optional_Grfflt;
  12449.     Name         = "AutoCAD Import";
  12450.     Description     = "AutoCAD Import Filter";
  12451.     Default         = YES;
  12452.     Files         = (gid_File_Filter_Idx);
  12453. End
  12454.  
  12455. ConfigurationItem gid_Configurationitem_Filters_Dxf_Import
  12456.     ModuleID     = gid_Module_Optional_Grfflt_Acad;
  12457.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['dxf_Import']";
  12458.     Key             = "Installed";
  12459.     Value         = "TRUE";
  12460.     Styles         = (CFG_BOOLEAN);
  12461. End
  12462.  
  12463. ConfigurationItem gid_Configurationitem_Filters_Draw_Dxf_Autocad_Interchange
  12464.     ModuleID     = gid_Module_Optional_Grfflt_Acad;
  12465.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['DXF - AutoCAD Interchange']";
  12466.     Key             = "Installed";
  12467.     Value         = "TRUE";
  12468.     Styles         = (CFG_BOOLEAN);
  12469. End
  12470.  
  12471. File gid_File_Filter_Icd
  12472.     Name         = "icd645mi.dll";
  12473.     PackedName     = "f_0358";
  12474.     Size         = 8192;
  12475.     Dir             = gid_Dir_Filter;
  12476.     Carrier         = gid_DataCarrier;
  12477.     UnixRights     = 444;
  12478.     Date         = "04072003";
  12479.     Time         = "0700";
  12480.     Styles         = (PACKED);
  12481. End
  12482.  
  12483. Module gid_Module_Optional_Grfflt_Kodac
  12484.     ParentID     = gid_Module_Optional_Grfflt;
  12485.     Name         = "Kodak Photo-CD Import";
  12486.     Description     = "Kodak Photo-CD Import Filter";
  12487.     Default         = YES;
  12488.     Files         = (gid_File_Filter_Icd);
  12489. End
  12490.  
  12491. ConfigurationItem gid_Configurationitem_Filters_Pcd_Import_Base
  12492.     ModuleID     = gid_Module_Optional_Grfflt_Kodac;
  12493.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pcd_Import_Base']";
  12494.     Key             = "Installed";
  12495.     Value         = "TRUE";
  12496.     Styles         = (CFG_BOOLEAN);
  12497. End
  12498.  
  12499. ConfigurationItem gid_Configurationitem_Filters_Pcd_Import_Base4
  12500.     ModuleID     = gid_Module_Optional_Grfflt_Kodac;
  12501.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pcd_Import_Base4']";
  12502.     Key             = "Installed";
  12503.     Value         = "TRUE";
  12504.     Styles         = (CFG_BOOLEAN);
  12505. End
  12506.  
  12507. ConfigurationItem gid_Configurationitem_Filters_Pcd_Import_Base16
  12508.     ModuleID     = gid_Module_Optional_Grfflt_Kodac;
  12509.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pcd_Import_Base16']";
  12510.     Key             = "Installed";
  12511.     Value         = "TRUE";
  12512.     Styles         = (CFG_BOOLEAN);
  12513. End
  12514.  
  12515. ConfigurationItem gid_Configurationitem_Filters_Draw_Pcd_Photo_Cd_Base
  12516.     ModuleID     = gid_Module_Optional_Grfflt_Kodac;
  12517.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_PCD_Photo_CD_Base']";
  12518.     Key             = "Installed";
  12519.     Value         = "TRUE";
  12520.     Styles         = (CFG_BOOLEAN);
  12521. End
  12522.  
  12523. ConfigurationItem gid_Configurationitem_Filters_Draw_Pcd_Photo_Cd_Base4
  12524.     ModuleID     = gid_Module_Optional_Grfflt_Kodac;
  12525.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_PCD_Photo_CD_Base4']";
  12526.     Key             = "Installed";
  12527.     Value         = "TRUE";
  12528.     Styles         = (CFG_BOOLEAN);
  12529. End
  12530.  
  12531. ConfigurationItem gid_Configurationitem_Filters_Draw_Pcd_Photo_Cd_Base16
  12532.     ModuleID     = gid_Module_Optional_Grfflt_Kodac;
  12533.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_PCD_Photo_CD_Base16']";
  12534.     Key             = "Installed";
  12535.     Value         = "TRUE";
  12536.     Styles         = (CFG_BOOLEAN);
  12537. End
  12538.  
  12539. File gid_File_Filter_Ept
  12540.     Name         = "ept645mi.dll";
  12541.     PackedName     = "f_0359";
  12542.     Size         = 32768;
  12543.     Dir             = gid_Dir_Filter;
  12544.     Carrier         = gid_DataCarrier;
  12545.     UnixRights     = 444;
  12546.     Date         = "04072003";
  12547.     Time         = "0700";
  12548.     Styles         = (PACKED);
  12549. End
  12550.  
  12551. File gid_File_Filter_Ipt
  12552.     Name         = "ipt645mi.dll";
  12553.     PackedName     = "f_0360";
  12554.     Size         = 26624;
  12555.     Dir             = gid_Dir_Filter;
  12556.     Carrier         = gid_DataCarrier;
  12557.     UnixRights     = 444;
  12558.     Date         = "04072003";
  12559.     Time         = "0700";
  12560.     Styles         = (PACKED);
  12561. End
  12562.  
  12563. File gid_File_Res_Ept
  12564.     Name         = "ept64501.res";
  12565.     PackedName     = "f_0361";
  12566.     Size         = 2214;
  12567.     Dir             = gid_Dir_Resource;
  12568.     Carrier         = gid_DataCarrier;
  12569.     UnixRights     = 444;
  12570.     Date         = "04072003";
  12571.     Time         = "0700";
  12572.     Styles         = (PACKED);
  12573. End
  12574.  
  12575. Module gid_Module_Optional_Grfflt_Macpict
  12576.     ParentID     = gid_Module_Optional_Grfflt;
  12577.     Name         = "Mac-Pict Import/Export";
  12578.     Description     = "Mac-Pict Import/Export Filters";
  12579.     Default         = YES;
  12580.     Files         = (gid_File_Filter_Ept, gid_File_Filter_Ipt, gid_File_Res_Ept);
  12581. End
  12582.  
  12583. ConfigurationItem gid_Configurationitem_Filters_Pct_Import
  12584.     ModuleID     = gid_Module_Optional_Grfflt_Macpict;
  12585.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pct_Import']";
  12586.     Key             = "Installed";
  12587.     Value         = "TRUE";
  12588.     Styles         = (CFG_BOOLEAN);
  12589. End
  12590.  
  12591. ConfigurationItem gid_Configurationitem_Filters_Pct_Export
  12592.     ModuleID     = gid_Module_Optional_Grfflt_Macpict;
  12593.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pct_Export']";
  12594.     Key             = "Installed";
  12595.     Value         = "TRUE";
  12596.     Styles         = (CFG_BOOLEAN);
  12597. End
  12598.  
  12599. ConfigurationItem gid_Configurationitem_Filters_Draw_Pct_Mac_Pict
  12600.     ModuleID     = gid_Module_Optional_Grfflt_Macpict;
  12601.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['PCT - Mac Pict']";
  12602.     Key             = "Installed";
  12603.     Value         = "TRUE";
  12604.     Styles         = (CFG_BOOLEAN);
  12605. End
  12606.  
  12607. ConfigurationItem gid_Configurationitem_Filters_Draw_Pct_Export
  12608.     ModuleID     = gid_Module_Optional_Grfflt_Macpict;
  12609.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_pct_Export']";
  12610.     Key             = "Installed";
  12611.     Value         = "TRUE";
  12612.     Styles         = (CFG_BOOLEAN);
  12613. End
  12614.  
  12615. ConfigurationItem gid_Configurationitem_Filters_Impress_Pct_Export
  12616.     ModuleID     = gid_Module_Optional_Grfflt_Macpict;
  12617.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_pct_Export']";
  12618.     Key             = "Installed";
  12619.     Value         = "TRUE";
  12620.     Styles         = (CFG_BOOLEAN);
  12621. End
  12622.  
  12623. File gid_File_Filter_Ime
  12624.     Name         = "ime645mi.dll";
  12625.     PackedName     = "f_0362";
  12626.     Size         = 33792;
  12627.     Dir             = gid_Dir_Filter;
  12628.     Carrier         = gid_DataCarrier;
  12629.     UnixRights     = 444;
  12630.     Date         = "04072003";
  12631.     Time         = "0700";
  12632.     Styles         = (PACKED);
  12633. End
  12634.  
  12635. File gid_File_Res_Eme
  12636.     Name         = "eme64501.res";
  12637.     PackedName     = "f_0363";
  12638.     Size         = 2212;
  12639.     Dir             = gid_Dir_Resource;
  12640.     Carrier         = gid_DataCarrier;
  12641.     UnixRights     = 444;
  12642.     Date         = "04072003";
  12643.     Time         = "0700";
  12644.     Styles         = (PACKED);
  12645. End
  12646.  
  12647. Module gid_Module_Optional_Grfflt_Os2meta
  12648.     ParentID     = gid_Module_Optional_Grfflt;
  12649.     Name         = "OS/2 Metafile Import/Export";
  12650.     Description     = "OS/2 Metafile Import/Export Filters";
  12651.     Default         = YES;
  12652.     Files         = (gid_File_Filter_Icd, gid_File_Filter_Ime, gid_File_Res_Eme);
  12653. End
  12654.  
  12655. ConfigurationItem gid_Configurationitem_Filters_Met_Import
  12656.     ModuleID     = gid_Module_Optional_Grfflt_Os2meta;
  12657.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['met_Import']";
  12658.     Key             = "Installed";
  12659.     Value         = "TRUE";
  12660.     Styles         = (CFG_BOOLEAN);
  12661. End
  12662.  
  12663. ConfigurationItem gid_Configurationitem_Filters_Met_Export
  12664.     ModuleID     = gid_Module_Optional_Grfflt_Os2meta;
  12665.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['met_Export']";
  12666.     Key             = "Installed";
  12667.     Value         = "TRUE";
  12668.     Styles         = (CFG_BOOLEAN);
  12669. End
  12670.  
  12671. ConfigurationItem gid_Configurationitem_Filters_Draw_Met_Os2_Metafile
  12672.     ModuleID     = gid_Module_Optional_Grfflt_Os2meta;
  12673.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['MET - OS/2 Metafile']";
  12674.     Key             = "Installed";
  12675.     Value         = "TRUE";
  12676.     Styles         = (CFG_BOOLEAN);
  12677. End
  12678.  
  12679. ConfigurationItem gid_Configurationitem_Filters_Draw_Met_Export
  12680.     ModuleID     = gid_Module_Optional_Grfflt_Os2meta;
  12681.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_met_Export']";
  12682.     Key             = "Installed";
  12683.     Value         = "TRUE";
  12684.     Styles         = (CFG_BOOLEAN);
  12685. End
  12686.  
  12687. ConfigurationItem gid_Configurationitem_Filters_Impress_Met_Export
  12688.     ModuleID     = gid_Module_Optional_Grfflt_Os2meta;
  12689.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_met_Export']";
  12690.     Key             = "Installed";
  12691.     Value         = "TRUE";
  12692.     Styles         = (CFG_BOOLEAN);
  12693. End
  12694.  
  12695. File gid_File_Filter_Ipx
  12696.     Name         = "ipx645mi.dll";
  12697.     PackedName     = "f_0364";
  12698.     Size         = 9216;
  12699.     Dir             = gid_Dir_Filter;
  12700.     Carrier         = gid_DataCarrier;
  12701.     UnixRights     = 444;
  12702.     Date         = "04072003";
  12703.     Time         = "0700";
  12704.     Styles         = (PACKED);
  12705. End
  12706.  
  12707. Module gid_Module_Optional_Grfflt_Pcx
  12708.     ParentID     = gid_Module_Optional_Grfflt;
  12709.     Name         = "PCX Import";
  12710.     Description     = "Z-Soft PCX Import";
  12711.     Default         = YES;
  12712.     Files         = (gid_File_Filter_Ipx);
  12713. End
  12714.  
  12715. ConfigurationItem gid_Configurationitem_Filters_Pcx_Import
  12716.     ModuleID     = gid_Module_Optional_Grfflt_Pcx;
  12717.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['pcx_Import']";
  12718.     Key             = "Installed";
  12719.     Value         = "TRUE";
  12720.     Styles         = (CFG_BOOLEAN);
  12721. End
  12722.  
  12723. ConfigurationItem gid_Configurationitem_Filters_Draw_Pcx_Zsoft_Paintbrush
  12724.     ModuleID     = gid_Module_Optional_Grfflt_Pcx;
  12725.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['PCX - Zsoft Paintbrush']";
  12726.     Key             = "Installed";
  12727.     Value         = "TRUE";
  12728.     Styles         = (CFG_BOOLEAN);
  12729. End
  12730.  
  12731. File gid_File_Filter_Iti
  12732.     Name         = "iti645mi.dll";
  12733.     PackedName     = "f_0365";
  12734.     Size         = 25088;
  12735.     Dir             = gid_Dir_Filter;
  12736.     Carrier         = gid_DataCarrier;
  12737.     UnixRights     = 444;
  12738.     Date         = "04072003";
  12739.     Time         = "0700";
  12740.     Styles         = (PACKED);
  12741. End
  12742.  
  12743. File gid_File_Filter_Eti
  12744.     Name         = "eti645mi.dll";
  12745.     PackedName     = "f_0366";
  12746.     Size         = 10752;
  12747.     Dir             = gid_Dir_Filter;
  12748.     Carrier         = gid_DataCarrier;
  12749.     UnixRights     = 444;
  12750.     Date         = "04072003";
  12751.     Time         = "0700";
  12752.     Styles         = (PACKED);
  12753. End
  12754.  
  12755. Module gid_Module_Optional_Grfflt_Tiff
  12756.     ParentID     = gid_Module_Optional_Grfflt;
  12757.     Name         = "TIFF Import/Export";
  12758.     Description     = "TIFF Import and Export Filter";
  12759.     Default         = YES;
  12760.     Files         = (gid_File_Filter_Iti, gid_File_Filter_Eti);
  12761. End
  12762.  
  12763. ConfigurationItem gid_Configurationitem_Filters_Tiff_Import
  12764.     ModuleID     = gid_Module_Optional_Grfflt_Tiff;
  12765.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['tif_Import']";
  12766.     Key             = "Installed";
  12767.     Value         = "TRUE";
  12768.     Styles         = (CFG_BOOLEAN);
  12769. End
  12770.  
  12771. ConfigurationItem gid_Configurationitem_Filters_Tiff_Export
  12772.     ModuleID     = gid_Module_Optional_Grfflt_Tiff;
  12773.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['tif_Export']";
  12774.     Key             = "Installed";
  12775.     Value         = "TRUE";
  12776.     Styles         = (CFG_BOOLEAN);
  12777. End
  12778.  
  12779. ConfigurationItem gid_Configurationitem_Filters_Draw_Tif_Tag_Image_File
  12780.     ModuleID     = gid_Module_Optional_Grfflt_Tiff;
  12781.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['TIF - Tag Image File']";
  12782.     Key             = "Installed";
  12783.     Value         = "TRUE";
  12784.     Styles         = (CFG_BOOLEAN);
  12785. End
  12786.  
  12787. ConfigurationItem gid_Configurationitem_Filters_Draw_Tif_Export
  12788.     ModuleID     = gid_Module_Optional_Grfflt_Tiff;
  12789.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_tif_Export']";
  12790.     Key             = "Installed";
  12791.     Value         = "TRUE";
  12792.     Styles         = (CFG_BOOLEAN);
  12793. End
  12794.  
  12795. ConfigurationItem gid_Configurationitem_Filters_Impress_Tif_Export
  12796.     ModuleID     = gid_Module_Optional_Grfflt_Tiff;
  12797.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_tif_Export']";
  12798.     Key             = "Installed";
  12799.     Value         = "TRUE";
  12800.     Styles         = (CFG_BOOLEAN);
  12801. End
  12802.  
  12803. File gid_File_Lib_Svg
  12804.     Name         = "svg645mi.dll";
  12805.     PackedName     = "f_0367";
  12806.     Size         = 61440;
  12807.     Dir             = gid_Dir_Program;
  12808.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  12809.     Carrier         = gid_DataCarrier;
  12810.     UnixRights     = 444;
  12811.     Date         = "04072003";
  12812.     Time         = "0700";
  12813.     Styles         = (PACKED, UNO_COMPONENT);
  12814. End
  12815.  
  12816. Module gid_Module_Optional_Grfflt_Svg
  12817.     ParentID     = gid_Module_Optional_Grfflt;
  12818.     Name         = "SVG Export";
  12819.     Description     = "SVG Export Filter";
  12820.     Default         = YES;
  12821.     Files         = (gid_File_Lib_Svg);
  12822. End
  12823.  
  12824. ConfigurationItem gid_Configurationitem_Filters_Svg_Export
  12825.     ModuleID     = gid_Module_Optional_Grfflt_Svg;
  12826.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['svg_Export']";
  12827.     Key             = "Installed";
  12828.     Value         = "TRUE";
  12829.     Styles         = (CFG_BOOLEAN);
  12830. End
  12831.  
  12832. ConfigurationItem gid_Configurationitem_Filters_Draw_Svg_Export
  12833.     ModuleID     = gid_Module_Optional_Grfflt_Svg;
  12834.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_svg_Export']";
  12835.     Key             = "Installed";
  12836.     Value         = "TRUE";
  12837.     Styles         = (CFG_BOOLEAN);
  12838. End
  12839.  
  12840. ConfigurationItem gid_Configurationitem_Filters_Impress_Svg_Export
  12841.     ModuleID     = gid_Module_Optional_Grfflt_Svg;
  12842.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_svg_Export']";
  12843.     Key             = "Installed";
  12844.     Value         = "TRUE";
  12845.     Styles         = (CFG_BOOLEAN);
  12846. End
  12847.  
  12848. File gid_File_Lib_Flash
  12849.     Name         = "flash645mi.dll";
  12850.     PackedName     = "f_0368";
  12851.     Size         = 151552;
  12852.     Dir             = gid_Dir_Program;
  12853.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  12854.     Carrier         = gid_DataCarrier;
  12855.     UnixRights     = 444;
  12856.     Date         = "04072003";
  12857.     Time         = "0700";
  12858.     Styles         = (PACKED, UNO_COMPONENT);
  12859. End
  12860.  
  12861. Module gid_Module_Optional_Grfflt_Flash
  12862.     ParentID     = gid_Module_Optional_Grfflt;
  12863.     Name         = "Macromedia Flash (SWF)";
  12864.     Description     = "Macromedia Flash (SWF) Export Filter";
  12865.     Default         = YES;
  12866.     Files         = (gid_File_Lib_Flash);
  12867. End
  12868.  
  12869. ConfigurationItem gid_Configurationitem_Filters_Draw_Flash_Export
  12870.     ModuleID     = gid_Module_Optional_Grfflt_Flash;
  12871.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['draw_flash_Export']";
  12872.     Key             = "Installed";
  12873.     Value         = "TRUE";
  12874.     Styles         = (CFG_BOOLEAN);
  12875. End
  12876.  
  12877. ConfigurationItem gid_Configurationitem_Filters_Impress_Flash_Export
  12878.     ModuleID     = gid_Module_Optional_Grfflt_Flash;
  12879.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['impress_flash_Export']";
  12880.     Key             = "Installed";
  12881.     Value         = "TRUE";
  12882.     Styles         = (CFG_BOOLEAN);
  12883. End
  12884.  
  12885. File gid_File_Lib_Lth
  12886.     Name         = "lth645mi.dll";
  12887.     PackedName     = "f_0369";
  12888.     Size         = 61440;
  12889.     Dir             = gid_Dir_Program;
  12890.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  12891.     Carrier         = gid_DataCarrier;
  12892.     UnixRights     = 444;
  12893.     Date         = "04072003";
  12894.     Time         = "0700";
  12895.     Styles         = (PACKED, UNO_COMPONENT);
  12896. End
  12897.  
  12898. Module gid_Module_Optional_Oo_English
  12899.     ParentID     = gid_Module_Optional;
  12900.     Name         = "English (US) Language Module";
  12901.     Description     = "Select this option to install the English (US) language module.";
  12902.     Default         = YES;
  12903.     Files         = (gid_File_Lib_Lth);
  12904. End
  12905.  
  12906. File gid_File_Xsl_sofftodocbookheadings
  12907.     Name         = "sofftodocbookheadings.xsl";
  12908.     PackedName     = "f_0370";
  12909.     Size         = 29038;
  12910.     Dir             = gid_Dir_Share_Xslt_Docbook;
  12911.     Carrier         = gid_DataCarrier;
  12912.     UnixRights     = 444;
  12913.     Date         = "04072003";
  12914.     Time         = "0700";
  12915.     Styles         = (PACKED);
  12916. End
  12917.  
  12918. File gid_File_Xsl_docbooktosoffheadings
  12919.     Name         = "docbooktosoffheadings.xsl";
  12920.     PackedName     = "f_0371";
  12921.     Size         = 40430;
  12922.     Dir             = gid_Dir_Share_Xslt_Docbook;
  12923.     Carrier         = gid_DataCarrier;
  12924.     UnixRights     = 444;
  12925.     Date         = "04072003";
  12926.     Time         = "0700";
  12927.     Styles         = (PACKED);
  12928. End
  12929.  
  12930. File gid_File_Stw_DocBookTemplate
  12931.     Name         = "DocBookTemplate.stw";
  12932.     PackedName     = "f_0372";
  12933.     Size         = 6688;
  12934.     Dir             = gid_Dir_Share_Xslt_Docbook;
  12935.     Carrier         = gid_DataCarrier;
  12936.     UnixRights     = 444;
  12937.     Date         = "04072003";
  12938.     Time         = "0700";
  12939.     Styles         = (PACKED);
  12940. End
  12941.  
  12942. File gid_File_Xsl_Common
  12943.     Name         = "common.xsl";
  12944.     PackedName     = "f_0373";
  12945.     Size         = 60987;
  12946.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  12947.     Carrier         = gid_DataCarrier;
  12948.     UnixRights     = 444;
  12949.     Date         = "04072003";
  12950.     Time         = "0700";
  12951.     Styles         = (PACKED);
  12952. End
  12953.  
  12954. File gid_File_Xsl_Main_html
  12955.     Name         = "main_html.xsl";
  12956.     PackedName     = "f_0374";
  12957.     Size         = 23899;
  12958.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  12959.     Carrier         = gid_DataCarrier;
  12960.     UnixRights     = 444;
  12961.     Date         = "04072003";
  12962.     Time         = "0700";
  12963.     Styles         = (PACKED);
  12964. End
  12965.  
  12966. File gid_File_Xsl_Main_wml
  12967.     Name         = "main_wml.xsl";
  12968.     PackedName     = "f_0375";
  12969.     Size         = 11331;
  12970.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  12971.     Carrier         = gid_DataCarrier;
  12972.     UnixRights     = 444;
  12973.     Date         = "04072003";
  12974.     Time         = "0700";
  12975.     Styles         = (PACKED);
  12976. End
  12977.  
  12978. File gid_File_Xsl_Palm
  12979.     Name         = "palm.xsl";
  12980.     PackedName     = "f_0376";
  12981.     Size         = 17247;
  12982.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  12983.     Carrier         = gid_DataCarrier;
  12984.     UnixRights     = 444;
  12985.     Date         = "04072003";
  12986.     Time         = "0700";
  12987.     Styles         = (PACKED);
  12988. End
  12989.  
  12990. File gid_File_Xsl_Global_document
  12991.     Name         = "global_document.xsl";
  12992.     PackedName     = "f_0377";
  12993.     Size         = 87391;
  12994.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  12995.     Carrier         = gid_DataCarrier;
  12996.     UnixRights     = 444;
  12997.     Date         = "04072003";
  12998.     Time         = "0700";
  12999.     Styles         = (PACKED);
  13000. End
  13001.  
  13002. File gid_File_Xsl_Style_header
  13003.     Name         = "style_header.xsl";
  13004.     PackedName     = "f_0378";
  13005.     Size         = 17630;
  13006.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  13007.     Carrier         = gid_DataCarrier;
  13008.     UnixRights     = 444;
  13009.     Date         = "04072003";
  13010.     Time         = "0700";
  13011.     Styles         = (PACKED);
  13012. End
  13013.  
  13014. File gid_File_Xsl_Style_inlined
  13015.     Name         = "style_inlined.xsl";
  13016.     PackedName     = "f_0379";
  13017.     Size         = 23763;
  13018.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  13019.     Carrier         = gid_DataCarrier;
  13020.     UnixRights     = 444;
  13021.     Date         = "04072003";
  13022.     Time         = "0700";
  13023.     Styles         = (PACKED);
  13024. End
  13025.  
  13026. File gid_File_Xsl_Style_mapping
  13027.     Name         = "style_mapping.xsl";
  13028.     PackedName     = "f_0380";
  13029.     Size         = 37146;
  13030.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  13031.     Carrier         = gid_DataCarrier;
  13032.     UnixRights     = 444;
  13033.     Date         = "04072003";
  13034.     Time         = "0700";
  13035.     Styles         = (PACKED);
  13036. End
  13037.  
  13038. File gid_File_Xsl_Table
  13039.     Name         = "table.xsl";
  13040.     PackedName     = "f_0381";
  13041.     Size         = 18368;
  13042.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  13043.     Carrier         = gid_DataCarrier;
  13044.     UnixRights     = 444;
  13045.     Date         = "04072003";
  13046.     Time         = "0700";
  13047.     Styles         = (PACKED);
  13048. End
  13049.  
  13050. File gid_File_Xsl_Table_cells
  13051.     Name         = "table_cells.xsl";
  13052.     PackedName     = "f_0382";
  13053.     Size         = 27834;
  13054.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  13055.     Carrier         = gid_DataCarrier;
  13056.     UnixRights     = 444;
  13057.     Date         = "04072003";
  13058.     Time         = "0700";
  13059.     Styles         = (PACKED);
  13060. End
  13061.  
  13062. File gid_File_Xsl_Table_columns
  13063.     Name         = "table_columns.xsl";
  13064.     PackedName     = "f_0383";
  13065.     Size         = 10661;
  13066.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  13067.     Carrier         = gid_DataCarrier;
  13068.     UnixRights     = 444;
  13069.     Date         = "04072003";
  13070.     Time         = "0700";
  13071.     Styles         = (PACKED);
  13072. End
  13073.  
  13074. File gid_File_Xsl_Table_rows
  13075.     Name         = "table_rows.xsl";
  13076.     PackedName     = "f_0384";
  13077.     Size         = 8021;
  13078.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  13079.     Carrier         = gid_DataCarrier;
  13080.     UnixRights     = 444;
  13081.     Date         = "04072003";
  13082.     Time         = "0700";
  13083.     Styles         = (PACKED);
  13084. End
  13085.  
  13086. File gid_File_Xsl_Table_wml
  13087.     Name         = "table_wml.xsl";
  13088.     PackedName     = "f_0385";
  13089.     Size         = 7964;
  13090.     Dir             = gid_Dir_Share_Xslt_Xhtml;
  13091.     Carrier         = gid_DataCarrier;
  13092.     UnixRights     = 444;
  13093.     Date         = "04072003";
  13094.     Time         = "0700";
  13095.     Styles         = (PACKED);
  13096. End
  13097.  
  13098. File gid_File_Xsl_MsWordXMLImport
  13099.     Name         = "MsWordXMLImport.xsl";
  13100.     PackedName     = "f_0386";
  13101.     Size         = 83558;
  13102.     Dir             = GID_DIR_SHARE_XSLT_MICROSOFTWORDXML;
  13103.     Carrier         = gid_DataCarrier;
  13104.     UnixRights     = 444;
  13105.     Date         = "04072003";
  13106.     Time         = "0700";
  13107.     Styles         = (PACKED);
  13108. End
  13109.  
  13110. Module gid_Module_Optional_Xsltfiltersamples
  13111.     ParentID     = gid_Module_Optional;
  13112.     Name         = "XSLT Sample Filters";
  13113.     Description     = "XSLT Sample Filters";
  13114.     Minimal         = NO;
  13115.     Default         = YES;
  13116.     Files         = (gid_File_Xsl_sofftodocbookheadings, gid_File_Xsl_docbooktosoffheadings, gid_File_Stw_DocBookTemplate, gid_File_Xsl_Common, gid_File_Xsl_Main_html, gid_File_Xsl_Main_wml, gid_File_Xsl_Palm, gid_File_Xsl_Global_document, gid_File_Xsl_Style_header, gid_File_Xsl_Style_inlined, 
  13117.                     gid_File_Xsl_Style_mapping, gid_File_Xsl_Table, gid_File_Xsl_Table_cells, gid_File_Xsl_Table_columns, gid_File_Xsl_Table_rows, gid_File_Xsl_Table_wml, gid_File_Xsl_MsWordXMLImport);
  13118. End
  13119.  
  13120. ConfigurationItem gid_Configurationitem_Filters_Writer_DocBook_File
  13121.     ModuleID     = gid_Module_Optional_Xsltfiltersamples;
  13122.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['DocBook File']";
  13123.     Key             = "Installed";
  13124.     Value         = "TRUE";
  13125.     Styles         = (CFG_BOOLEAN);
  13126. End
  13127.  
  13128. ConfigurationItem gid_Configurationitem_Filters_Writer_Microsoft_Word_2003_File
  13129.     ModuleID     = gid_Module_Optional_Xsltfiltersamples;
  13130.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Microsoft Word 2003 XML']";
  13131.     Key             = "Installed";
  13132.     Value         = "TRUE";
  13133.     Styles         = (CFG_BOOLEAN);
  13134. End
  13135.  
  13136. ConfigurationItem gid_Configurationitem_Filters_Writer_XHTML_File
  13137.     ModuleID     = gid_Module_Optional_Xsltfiltersamples;
  13138.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['XHTML File']";
  13139.     Key             = "Installed";
  13140.     Value         = "TRUE";
  13141.     Styles         = (CFG_BOOLEAN);
  13142. End
  13143.  
  13144. Module gid_Module_Optional_Javafilter
  13145.     ParentID     = gid_Module_Optional;
  13146.     Name         = "Mobile Device Filters";
  13147.     Description     = "Install these text and spreadsheet filters if you want import/export support for your Palm handheld or Pocket PC . (Java required)";
  13148.     Minimal         = NO;
  13149.     Default         = NO;
  13150. End
  13151.  
  13152. Module gid_Module_Optional_Javafilter_Palm
  13153.     ParentID     = gid_Module_Optional_Javafilter;
  13154.     Name         = "Palm";
  13155.     Description     = "Filters for Palm OS compatible handhelds";
  13156.     Minimal         = NO;
  13157.     Default         = NO;
  13158. End
  13159.  
  13160. File gid_File_Jar_Aportisdoc
  13161.     Name         = "aportisdoc.jar";
  13162.     PackedName     = "f_0387";
  13163.     Size         = 19064;
  13164.     Dir             = gid_Dir_Classes;
  13165.     Carrier         = gid_DataCarrier;
  13166.     UnixRights     = 444;
  13167.     Date         = "04072003";
  13168.     Time         = "0700";
  13169.     Styles         = (PACKED, DONT_OVERWRITE);
  13170. End
  13171.  
  13172. Module gid_Module_Optional_Javafilter_Palm_Aportisdoc
  13173.     ParentID     = gid_Module_Optional_Javafilter_Palm;
  13174.     Name         = "AportisDoc";
  13175.     Description     = "Support for the AportisDoc format";
  13176.     Minimal         = NO;
  13177.     Default         = NO;
  13178.     Files         = (gid_File_Jar_Aportisdoc);
  13179. End
  13180.  
  13181. StarRegistryItem gid_Starregistryitem_Services_Xmergebridge_Palm_Aportisdoc
  13182.     ModuleID     = gid_Module_Optional_Javafilter_Palm_Aportisdoc;
  13183.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13184.     Key             = "/SERVICES/com.sun.star.documentconversion.XMergeBridge";
  13185.     SeqValue     = "XMergeBridge$_XMergeBridge";
  13186.     Styles         = (NETWORK);
  13187. End
  13188.  
  13189. StarRegistryItem gid_Starregistryitem_Implementations_Services_Xmergebridge_Palm_Aportisdoc
  13190.     ModuleID     = gid_Module_Optional_Javafilter_Palm_Aportisdoc;
  13191.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13192.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/SERVICES/com.sun.star.documentconversion.XMergeBridge";
  13193.     Value         = "";
  13194.     Styles         = (NETWORK);
  13195. End
  13196.  
  13197. StarRegistryItem gid_Starregistryitem_Implementations_Activator_Xmergebridge_Palm_Aportisdoc
  13198.     ModuleID     = gid_Module_Optional_Javafilter_Palm_Aportisdoc;
  13199.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13200.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/ACTIVATOR";
  13201.     Value         = "com.sun.star.loader.Java2";
  13202.     Styles         = (NETWORK);
  13203. End
  13204.  
  13205. StarRegistryItem gid_Starregistryitem_Implementations_Location_Xmergebridge_Palm_Aportisdoc
  13206.     ModuleID     = gid_Module_Optional_Javafilter_Palm_Aportisdoc;
  13207.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13208.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/LOCATION";
  13209.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/XMergeBridge.jar";
  13210.     Styles         = (NETWORK);
  13211. End
  13212.  
  13213. ConfigurationItem gid_Configurationitem_Filters_Writer_Aportisdoc_Palm_Db
  13214.     ModuleID     = gid_Module_Optional_Javafilter_Palm_Aportisdoc;
  13215.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['AportisDoc Palm DB']";
  13216.     Key             = "Installed";
  13217.     Value         = "TRUE";
  13218.     Styles         = (CFG_BOOLEAN);
  13219. End
  13220.  
  13221. File gid_File_Lib_Xmergesync
  13222.     Name         = "xmergesync.dll";
  13223.     PackedName     = "f_0388";
  13224.     Size         = 86016;
  13225.     Dir             = gid_Dir_Program;
  13226.     Carrier         = gid_DataCarrier;
  13227.     UnixRights     = 444;
  13228.     Date         = "04072003";
  13229.     Time         = "0700";
  13230.     Styles         = (PACKED);
  13231. End
  13232.  
  13233. Module gid_Module_Optional_Javafilter_Pocketpc
  13234.     ParentID     = gid_Module_Optional_Javafilter;
  13235.     Name         = "Pocket PC";
  13236.     Description     = "Filters and ActiveSync support for Pocket PC compatible handhelds";
  13237.     Minimal         = NO;
  13238.     Default         = NO;
  13239.     Files         = (gid_File_Lib_Xmergesync);
  13240. End
  13241.  
  13242. File gid_File_Jar_Pocketword
  13243.     Name         = "pocketword.jar";
  13244.     PackedName     = "f_0389";
  13245.     Size         = 22446;
  13246.     Dir             = gid_Dir_Classes;
  13247.     Carrier         = gid_DataCarrier;
  13248.     UnixRights     = 444;
  13249.     Date         = "04072003";
  13250.     Time         = "0700";
  13251.     Styles         = (PACKED, DONT_OVERWRITE);
  13252. End
  13253.  
  13254. Module gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word
  13255.     ParentID     = gid_Module_Optional_Javafilter_Pocketpc;
  13256.     Name         = "Pocket Word";
  13257.     Description     = "Support for Pocket Word";
  13258.     Minimal         = NO;
  13259.     Default         = NO;
  13260.     Files         = (gid_File_Lib_Xmergesync, gid_File_Jar_Pocketword);
  13261. End
  13262.  
  13263. StarRegistryItem gid_Starregistryitem_Services_Xmergebridge_Pocketpc_Word
  13264.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13265.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13266.     Key             = "/SERVICES/com.sun.star.documentconversion.XMergeBridge";
  13267.     SeqValue     = "XMergeBridge$_XMergeBridge";
  13268.     Styles         = (NETWORK);
  13269. End
  13270.  
  13271. StarRegistryItem gid_Starregistryitem_Implementations_Services_Xmergebridge_Pocketpc_Word
  13272.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13273.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13274.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/SERVICES/com.sun.star.documentconversion.XMergeBridge";
  13275.     Value         = "";
  13276.     Styles         = (NETWORK);
  13277. End
  13278.  
  13279. StarRegistryItem gid_Starregistryitem_Implementations_Activator_Xmergebridge_Pocketpc_Word
  13280.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13281.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13282.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/ACTIVATOR";
  13283.     Value         = "com.sun.star.loader.Java2";
  13284.     Styles         = (NETWORK);
  13285. End
  13286.  
  13287. StarRegistryItem gid_Starregistryitem_Implementations_Location_Xmergebridge_Pocketpc_Word
  13288.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13289.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13290.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/LOCATION";
  13291.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/XMergeBridge.jar";
  13292.     Styles         = (NETWORK);
  13293. End
  13294.  
  13295. ConfigurationItem gid_Configurationitem_Filters_Writer_Pocketword_File
  13296.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13297.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['PocketWord File']";
  13298.     Key             = "Installed";
  13299.     Value         = "TRUE";
  13300.     Styles         = (CFG_BOOLEAN);
  13301. End
  13302.  
  13303. RegistryItem gid_Regitem_Clsid__bdd611c3_7bab_460f_8711_5b9ac9ef6020_
  13304.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13305.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13306.     Subkey         = "CLSID\{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}";
  13307.     Value         = "%PRODUCTNAME Writer";
  13308. End
  13309.  
  13310. RegistryItem gid_Regitem_Clsid__bdd611c3_7bab_460f_8711_5b9ac9ef6020__Defaulticon
  13311.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13312.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13313.     Subkey         = "CLSID\{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}\DefaultIcon";
  13314.     Value         = "";
  13315. End
  13316.  
  13317. RegistryItem gid_Regitem_Clsid__bdd611c3_7bab_460f_8711_5b9ac9ef6020__Inprocserver32
  13318.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13319.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13320.     Subkey         = "CLSID\{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}\InProcServer32";
  13321.     Value         = "<progpath>\program\xmergesync.dll";
  13322. End
  13323.  
  13324. RegistryItem gid_Regitem_Clsid__bdd611c3_7bab_460f_8711_5b9ac9ef6020__Inprocserver32_Threadingmodel
  13325.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13326.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13327.     Subkey         = "CLSID\{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}\InProcServer32";
  13328.     Name         = "ThreadingModel";
  13329.     Value         = "Apartment";
  13330. End
  13331.  
  13332. RegistryItem gid_Regitem_Clsid__bdd611c3_7bab_460f_8711_5b9ac9ef6020__Pegasusfilter
  13333.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13334.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13335.     Subkey         = "CLSID\{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}\PegasusFilter";
  13336.     Value         = "";
  13337. End
  13338.  
  13339. RegistryItem gid_Regitem_Clsid__bdd611c3_7bab_460f_8711_5b9ac9ef6020__Pegasusfilter_Description
  13340.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13341.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13342.     Subkey         = "CLSID\{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}\PegasusFilter";
  13343.     Name         = "Description";
  13344.     Value         = "%PRODUCTNAME Writer XML Document";
  13345. End
  13346.  
  13347. RegistryItem gid_Regitem_Clsid__bdd611c3_7bab_460f_8711_5b9ac9ef6020__Pegasusfilter_Export
  13348.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13349.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13350.     Subkey         = "CLSID\{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}\PegasusFilter";
  13351.     Name         = "Export";
  13352.     Value         = "";
  13353. End
  13354.  
  13355. RegistryItem gid_Regitem_Clsid__bdd611c3_7bab_460f_8711_5b9ac9ef6020__Pegasusfilter_Newextension
  13356.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13357.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13358.     Subkey         = "CLSID\{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}\PegasusFilter";
  13359.     Name         = "NewExtension";
  13360.     Value         = "sxw";
  13361. End
  13362.  
  13363. RegistryItem gid_Regitem_Clsid__cb43f086_838d_4fa4_b5f6_3406b9a57439_
  13364.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13365.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13366.     Subkey         = "CLSID\{CB43F086-838D-4FA4-B5F6-3406B9A57439}";
  13367.     Value         = "Pocket Word";
  13368. End
  13369.  
  13370. RegistryItem gid_Regitem_Clsid__cb43f086_838d_4fa4_b5f6_3406b9a57439__Defaulticon
  13371.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13372.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13373.     Subkey         = "CLSID\{CB43F086-838D-4FA4-B5F6-3406B9A57439}\DefaultIcon";
  13374.     Value         = "";
  13375. End
  13376.  
  13377. RegistryItem gid_Regitem_Clsid__cb43f086_838d_4fa4_b5f6_3406b9a57439__Inprocserver32
  13378.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13379.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13380.     Subkey         = "CLSID\{CB43F086-838D-4FA4-B5F6-3406B9A57439}\InProcServer32";
  13381.     Value         = "<progpath>\program\xmergesync.dll";
  13382. End
  13383.  
  13384. RegistryItem gid_Regitem_Clsid__cb43f086_838d_4fa4_b5f6_3406b9a57439__Inprocserver32_Threadingmodel
  13385.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13386.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13387.     Subkey         = "CLSID\{CB43F086-838D-4FA4-B5F6-3406B9A57439}\InProcServer32";
  13388.     Name         = "ThreadingModel";
  13389.     Value         = "Apartment";
  13390. End
  13391.  
  13392. RegistryItem gid_Regitem_Clsid__cb43f086_838d_4fa4_b5f6_3406b9a57439__Pegasusfilter
  13393.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13394.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13395.     Subkey         = "CLSID\{CB43F086-838D-4FA4-B5F6-3406B9A57439}\PegasusFilter";
  13396.     Value         = "";
  13397. End
  13398.  
  13399. RegistryItem gid_Regitem_Clsid__cb43f086_838d_4fa4_b5f6_3406b9a57439__Pegasusfilter_Description
  13400.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13401.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13402.     Subkey         = "CLSID\{CB43F086-838D-4FA4-B5F6-3406B9A57439}\PegasusFilter";
  13403.     Name         = "Description";
  13404.     Value         = "Pocket Word Document - Pocket PC";
  13405. End
  13406.  
  13407. RegistryItem gid_Regitem_Clsid__cb43f086_838d_4fa4_b5f6_3406b9a57439__Pegasusfilter_Import
  13408.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13409.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13410.     Subkey         = "CLSID\{CB43F086-838D-4FA4-B5F6-3406B9A57439}\PegasusFilter";
  13411.     Name         = "Import";
  13412.     Value         = "";
  13413. End
  13414.  
  13415. RegistryItem gid_Regitem_Clsid__cb43f086_838d_4fa4_b5f6_3406b9a57439__Pegasusfilter_Newextension
  13416.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13417.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13418.     Subkey         = "CLSID\{CB43F086-838D-4FA4-B5F6-3406B9A57439}\PegasusFilter";
  13419.     Name         = "NewExtension";
  13420.     Value         = "psw";
  13421. End
  13422.  
  13423. RegistryItem gid_Regitem_Wince_Services_Filters_Psw_Writer
  13424.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13425.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13426.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.psw\InstalledFilters";
  13427.     Name         = "{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}";
  13428.     Value         = "";
  13429. End
  13430.  
  13431. RegistryItem gid_Regitem_Wince_Services_Filters_Sxw
  13432.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13433.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13434.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxw";
  13435.     Value         = "";
  13436. End
  13437.  
  13438. RegistryItem gid_Regitem_Wince_Services_Filters_Sxw_Default_Export
  13439.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13440.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13441.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxw";
  13442.     Name         = "DefaultExport";
  13443.     Value         = "Binary Copy";
  13444. End
  13445.  
  13446. RegistryItem gid_Regitem_Wince_Services_Filters_Sxw_Default_Import
  13447.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13448.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13449.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxw";
  13450.     Name         = "DefaultImport";
  13451.     Value         = "{CB43F086-838D-4FA4-B5F6-3406B9A57439}";
  13452. End
  13453.  
  13454. RegistryItem gid_Regitem_Wince_Services_Filters_Sxw_Installed_Filters
  13455.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13456.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13457.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxw\InstalledFilters";
  13458.     Value         = "";
  13459. End
  13460.  
  13461. RegistryItem gid_Regitem_Wince_Services_Filters_Sxw_Installed_Filters_Psw
  13462.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13463.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13464.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxw\InstalledFilters";
  13465.     Name         = "{CB43F086-838D-4FA4-B5F6-3406B9A57439}";
  13466.     Value         = "";
  13467. End
  13468.  
  13469. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Pocket_Word
  13470.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13471.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13472.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages";
  13473.     Value         = "";
  13474. End
  13475.  
  13476. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Error_Pocket_Word
  13477.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13478.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13479.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages\Error";
  13480.     Value         = "";
  13481. End
  13482.  
  13483. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Error_Classpath_Pocket_Word
  13484.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13485.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13486.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages\Error";
  13487.     Name         = "Classpath";
  13488.     Value         = "The %PRODUCTNAME mobile device filters cannot be located.";
  13489. End
  13490.  
  13491. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Error_Java_Pocket_Word
  13492.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13493.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13494.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages\Error";
  13495.     Name         = "Java";
  13496.     Value         = "A Java 1.4 installation cannot be located.";
  13497. End
  13498.  
  13499. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Error_Javainit_Pocket_Word
  13500.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13501.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Word;
  13502.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages\Error";
  13503.     Name         = "JavaInit";
  13504.     Value         = "There was an error while initializing the Java Runtime Environment.";
  13505. End
  13506.  
  13507. File gid_File_Jar_Pexcel
  13508.     Name         = "pexcel.jar";
  13509.     PackedName     = "f_0390";
  13510.     Size         = 71809;
  13511.     Dir             = gid_Dir_Classes;
  13512.     Carrier         = gid_DataCarrier;
  13513.     UnixRights     = 444;
  13514.     Date         = "04072003";
  13515.     Time         = "0700";
  13516.     Styles         = (PACKED, DONT_OVERWRITE);
  13517. End
  13518.  
  13519. Module gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel
  13520.     ParentID     = gid_Module_Optional_Javafilter_Pocketpc;
  13521.     Name         = "Pocket Excel";
  13522.     Description     = "Support for Pocket Excel";
  13523.     Minimal         = NO;
  13524.     Default         = NO;
  13525.     Files         = (gid_File_Lib_Xmergesync, gid_File_Jar_Pexcel);
  13526. End
  13527.  
  13528. StarRegistryItem gid_Starregistryitem_Services_Xmergebridge_Pocketpc_Excel
  13529.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13530.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13531.     Key             = "/SERVICES/com.sun.star.documentconversion.XMergeBridge";
  13532.     SeqValue     = "XMergeBridge$_XMergeBridge";
  13533.     Styles         = (NETWORK);
  13534. End
  13535.  
  13536. StarRegistryItem gid_Starregistryitem_Implementations_Services_Xmergebridge_Pocketpc_Excel
  13537.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13538.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13539.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/SERVICES/com.sun.star.documentconversion.XMergeBridge";
  13540.     Value         = "";
  13541.     Styles         = (NETWORK);
  13542. End
  13543.  
  13544. StarRegistryItem gid_Starregistryitem_Implementations_Activator_Xmergebridge_Pocketpc_Excel
  13545.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13546.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13547.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/ACTIVATOR";
  13548.     Value         = "com.sun.star.loader.Java2";
  13549.     Styles         = (NETWORK);
  13550. End
  13551.  
  13552. StarRegistryItem gid_Starregistryitem_Implementations_Location_Xmergebridge_Pocketpc_Excel
  13553.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13554.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13555.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/LOCATION";
  13556.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/XMergeBridge.jar";
  13557.     Styles         = (NETWORK);
  13558. End
  13559.  
  13560. ConfigurationItem gid_Configurationitem_Filters_Calc_Pocket_Excel
  13561.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13562.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['Pocket Excel']";
  13563.     Key             = "Installed";
  13564.     Value         = "TRUE";
  13565.     Styles         = (CFG_BOOLEAN);
  13566. End
  13567.  
  13568. RegistryItem gid_Regitem_Clsid__c6ab3e74_9f4f_4370_8120_a8a6fabb7a7c_
  13569.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13570.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13571.     Subkey         = "CLSID\{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}";
  13572.     Value         = "%PRODUCTNAME Calc";
  13573. End
  13574.  
  13575. RegistryItem gid_Regitem_Clsid__c6ab3e74_9f4f_4370_8120_a8a6fabb7a7c__Defaulticon
  13576.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13577.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13578.     Subkey         = "CLSID\{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}\DefaultIcon";
  13579.     Value         = "";
  13580. End
  13581.  
  13582. RegistryItem gid_Regitem_Clsid__c6ab3e74_9f4f_4370_8120_a8a6fabb7a7c__Inprocserver32
  13583.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13584.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13585.     Subkey         = "CLSID\{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}\InProcServer32";
  13586.     Value         = "<progpath>\program\xmergesync.dll";
  13587. End
  13588.  
  13589. RegistryItem gid_Regitem_Clsid__c6ab3e74_9f4f_4370_8120_a8a6fabb7a7c__Inprocserver32_Threadingmodel
  13590.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13591.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13592.     Subkey         = "CLSID\{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}\InProcServer32";
  13593.     Name         = "ThreadingModel";
  13594.     Value         = "Apartment";
  13595. End
  13596.  
  13597. RegistryItem gid_Regitem_Clsid__c6ab3e74_9f4f_4370_8120_a8a6fabb7a7c__Pegasusfilter
  13598.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13599.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13600.     Subkey         = "CLSID\{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}\PegasusFilter";
  13601.     Value         = "";
  13602. End
  13603.  
  13604. RegistryItem gid_Regitem_Clsid__c6ab3e74_9f4f_4370_8120_a8a6fabb7a7c__Pegasusfilter_Description
  13605.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13606.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13607.     Subkey         = "CLSID\{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}\PegasusFilter";
  13608.     Name         = "Description";
  13609.     Value         = "%PRODUCTNAME Calc XML Document";
  13610. End
  13611.  
  13612. RegistryItem gid_Regitem_Clsid__c6ab3e74_9f4f_4370_8120_a8a6fabb7a7c__Pegasusfilter_Export
  13613.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13614.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13615.     Subkey         = "CLSID\{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}\PegasusFilter";
  13616.     Name         = "Export";
  13617.     Value         = "";
  13618. End
  13619.  
  13620. RegistryItem gid_Regitem_Clsid__c6ab3e74_9f4f_4370_8120_a8a6fabb7a7c__Pegasusfilter_Newextension
  13621.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13622.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13623.     Subkey         = "CLSID\{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}\PegasusFilter";
  13624.     Name         = "NewExtension";
  13625.     Value         = "sxc";
  13626. End
  13627.  
  13628. RegistryItem gid_Regitem_Clsid__43887c67_4d5d_4127_baac_87a288494c7c_
  13629.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13630.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13631.     Subkey         = "CLSID\{43887C67-4D5D-4127-BAAC-87A288494C7C}";
  13632.     Value         = "Pocket Excel";
  13633. End
  13634.  
  13635. RegistryItem gid_Regitem_Clsid__43887c67_4d5d_4127_baac_87a288494c7c__Defaulticon
  13636.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13637.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13638.     Subkey         = "CLSID\{43887C67-4D5D-4127-BAAC-87A288494C7C}\DefaultIcon";
  13639.     Value         = "";
  13640. End
  13641.  
  13642. RegistryItem gid_Regitem_Clsid__43887c67_4d5d_4127_baac_87a288494c7c__Inprocserver32
  13643.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13644.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13645.     Subkey         = "CLSID\{43887C67-4D5D-4127-BAAC-87A288494C7C}\InProcServer32";
  13646.     Value         = "<progpath>\program\xmergesync.dll";
  13647. End
  13648.  
  13649. RegistryItem gid_Regitem_Clsid__43887c67_4d5d_4127_baac_87a288494c7c__Inprocserver32_Threadingmodel
  13650.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13651.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13652.     Subkey         = "CLSID\{43887C67-4D5D-4127-BAAC-87A288494C7C}\InProcServer32";
  13653.     Name         = "ThreadingModel";
  13654.     Value         = "Apartment";
  13655. End
  13656.  
  13657. RegistryItem gid_Regitem_Clsid__43887c67_4d5d_4127_baac_87a288494c7c__Pegasusfilter
  13658.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13659.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13660.     Subkey         = "CLSID\{43887C67-4D5D-4127-BAAC-87A288494C7C}\PegasusFilter";
  13661.     Value         = "";
  13662. End
  13663.  
  13664. RegistryItem gid_Regitem_Clsid__43887c67_4d5d_4127_baac_87a288494c7c__Pegasusfilter_Description
  13665.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13666.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13667.     Subkey         = "CLSID\{43887C67-4D5D-4127-BAAC-87A288494C7C}\PegasusFilter";
  13668.     Name         = "Description";
  13669.     Value         = "Pocket Excel Workbook";
  13670. End
  13671.  
  13672. RegistryItem gid_Regitem_Clsid__43887c67_4d5d_4127_baac_87a288494c7c__Pegasusfilter_Import
  13673.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13674.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13675.     Subkey         = "CLSID\{43887C67-4D5D-4127-BAAC-87A288494C7C}\PegasusFilter";
  13676.     Name         = "Import";
  13677.     Value         = "";
  13678. End
  13679.  
  13680. RegistryItem gid_Regitem_Clsid__43887c67_4d5d_4127_baac_87a288494c7c__Pegasusfilter_Newextension
  13681.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  13682.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13683.     Subkey         = "CLSID\{43887C67-4D5D-4127-BAAC-87A288494C7C}\PegasusFilter";
  13684.     Name         = "NewExtension";
  13685.     Value         = "pxl";
  13686. End
  13687.  
  13688. RegistryItem gid_Regitem_Wince_Services_Filters_Pxl_Calc
  13689.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13690.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13691.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.pxl\InstalledFilters";
  13692.     Name         = "{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}";
  13693.     Value         = "";
  13694. End
  13695.  
  13696. RegistryItem gid_Regitem_Wince_Services_Filters_Sxc
  13697.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13698.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13699.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxc";
  13700.     Value         = "";
  13701. End
  13702.  
  13703. RegistryItem gid_Regitem_Wince_Services_Filters_Sxc_Default_Export
  13704.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13705.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13706.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxc";
  13707.     Name         = "DefaultExport";
  13708.     Value         = "Binary Copy";
  13709. End
  13710.  
  13711. RegistryItem GID_REGITEM_WINCE_SERVICES_FILTERS_SXC_DEFAULT_IMPORT
  13712.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13713.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13714.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxc";
  13715.     Name         = "DefaultImport";
  13716.     Value         = "{43887C67-4D5D-4127-BAAC-87A288494C7C}";
  13717. End
  13718.  
  13719. RegistryItem gid_Regitem_Wince_Services_Filters_Sxc_Installed_Filters
  13720.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13721.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13722.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxc\InstalledFilters";
  13723.     Value         = "";
  13724. End
  13725.  
  13726. RegistryItem gid_Regitem_Wince_Services_Filters_Sxc_Installed_Filters_Pxl
  13727.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13728.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13729.     Subkey         = "Software\Microsoft\Windows CE Services\Filters\.sxc\InstalledFilters";
  13730.     Name         = "{43887C67-4D5D-4127-BAAC-87A288494C7C}";
  13731.     Value         = "";
  13732. End
  13733.  
  13734. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Pocket_Excel
  13735.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13736.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13737.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages";
  13738.     Value         = "";
  13739. End
  13740.  
  13741. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Error_Pocket_Excel
  13742.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13743.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13744.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages\Error";
  13745.     Value         = "";
  13746. End
  13747.  
  13748. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Error_Classpath_Pocket_Excel
  13749.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13750.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13751.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages\Error";
  13752.     Name         = "Classpath";
  13753.     Value         = "The %PRODUCTNAME mobile device filters cannot be located.";
  13754. End
  13755.  
  13756. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Error_Java_Pocket_Excel
  13757.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13758.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13759.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages\Error";
  13760.     Name         = "Java";
  13761.     Value         = "A Java 1.4 installation cannot be located.";
  13762. End
  13763.  
  13764. RegistryItem gid_Regitem_Hklm_Soft_Sun_Staroffice_Xmergesync_Msgs_Error_Javainit_Pocket_Excel
  13765.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  13766.     ModuleID     = gid_Module_Optional_Javafilter_Pocketpc_Pocket_Excel;
  13767.     Subkey         = "Software\Sun Microsystems\StarOffice\XMergeSync\Messages\Error";
  13768.     Name         = "JavaInit";
  13769.     Value         = "There was an error while initializing the Java Runtime Environment.";
  13770. End
  13771.  
  13772. File gid_File_Lib_Pyuno
  13773.     Name         = "pyuno.dll";
  13774.     PackedName     = "f_0391";
  13775.     Size         = 126976;
  13776.     Dir             = gid_Dir_Program;
  13777.     Carrier         = gid_DataCarrier;
  13778.     UnixRights     = 444;
  13779.     Date         = "04072003";
  13780.     Time         = "0700";
  13781.     Styles         = (PACKED);
  13782. End
  13783.  
  13784. File gid_File_Lib_Pythonloader
  13785.     Name         = "pythonloader.uno.dll";
  13786.     PackedName     = "f_0392";
  13787.     Size         = 16896;
  13788.     Dir             = gid_Dir_Program;
  13789.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  13790.     Carrier         = gid_DataCarrier;
  13791.     UnixRights     = 444;
  13792.     Date         = "04072003";
  13793.     Time         = "0700";
  13794.     Styles         = (PACKED, UNO_COMPONENT);
  13795. End
  13796.  
  13797. File gid_File_Py_unohelper
  13798.     Name         = "unohelper.py";
  13799.     PackedName     = "f_0393";
  13800.     Size         = 11249;
  13801.     Dir             = gid_Dir_Program;
  13802.     Carrier         = gid_DataCarrier;
  13803.     UnixRights     = 444;
  13804.     Date         = "04072003";
  13805.     Time         = "0700";
  13806.     Styles         = (PACKED);
  13807. End
  13808.  
  13809. File gid_File_Py_uno
  13810.     Name         = "uno.py";
  13811.     PackedName     = "f_0394";
  13812.     Size         = 13081;
  13813.     Dir             = gid_Dir_Program;
  13814.     Carrier         = gid_DataCarrier;
  13815.     UnixRights     = 444;
  13816.     Date         = "04072003";
  13817.     Time         = "0700";
  13818.     Styles         = (PACKED);
  13819. End
  13820.  
  13821. File gid_File_Py_pythonloader
  13822.     Name         = "pythonloader.py";
  13823.     PackedName     = "f_0395";
  13824.     Size         = 6222;
  13825.     Dir             = gid_Dir_Program;
  13826.     Carrier         = gid_DataCarrier;
  13827.     UnixRights     = 444;
  13828.     Date         = "04072003";
  13829.     Time         = "0700";
  13830.     Styles         = (PACKED);
  13831. End
  13832.  
  13833. File gid_File_Py_python_core
  13834.     Name         = "python-core-2.2.2.zip";
  13835.     PackedName     = "f_0396";
  13836.     Size         = 1973107;
  13837.     ArchiveFiles = 727;
  13838.     ArchiveSize     = 5490376;
  13839.     Dir             = gid_Dir_Program;
  13840.     Carrier         = gid_DataCarrier;
  13841.     UnixRights     = 444;
  13842.     Date         = "04072003";
  13843.     Time         = "0700";
  13844.     Styles         = (ARCHIVE);
  13845. End
  13846.  
  13847. File gid_File_Python_dll
  13848.     Name         = "python22.dll";
  13849.     PackedName     = "f_0397";
  13850.     Size         = 827392;
  13851.     Dir             = gid_Dir_Program;
  13852.     Carrier         = gid_DataCarrier;
  13853.     UnixRights     = 444;
  13854.     Date         = "04072003";
  13855.     Time         = "0700";
  13856.     Styles         = (PACKED);
  13857. End
  13858.  
  13859. Procedure GID_PROCEDURE_PYTHON_INSTALL
  13860.     ProcName     = "PythonInst";
  13861.     Styles         = (STANDALONE, NETWORK, INSTALL, REPAIRABLE, AFTER_INST);
  13862.     Code         = {Sub PythonInst
  13863.             On Error goto PYTHON_END
  13864.     fileHandle = FreeFile
  13865.     open curdir()+"\python.bat" for Output Access Write as fileHandle
  13866.     print #filehandle, "@echo off"
  13867.     print #filehandle, "set PATH=%PATH%;"+curdir()
  13868.     print #fileHandle, "set PYTHONPATH="+curdir()+";"+curdir()+"\python-core-2.2.2\lib"
  13869.     print #fileHandle, "set PYTHONHOME="+curdir()+"\python-core-2.2.2"
  13870.     print #fileHandle, curdir()+"\python-core-2.2.2\bin\python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9"
  13871.     close #fileHandle
  13872.  
  13873.     PYTHON_END:
  13874.     End Sub
  13875.     };
  13876. End
  13877.  
  13878. Module GID_MODULE_PYUNO
  13879.     ParentID     = gid_Module_Optional;
  13880.     Name         = "Python-UNO Bridge";
  13881.     Description     = "Adds the ability to automate %PRODUCTNAME with the python scripting language. See http://udk.openoffice.org/python/python-bridge.html for a complete documentation.";
  13882.     Minimal         = NO;
  13883.     Default         = NO;
  13884.     Files         = (gid_File_Lib_Pyuno, gid_File_Lib_Pythonloader, gid_File_Py_unohelper, gid_File_Py_uno, gid_File_Py_pythonloader, gid_File_Py_python_core, gid_File_Python_dll);
  13885.     Procedures     = (GID_PROCEDURE_PYTHON_INSTALL);
  13886. End
  13887.  
  13888. Profile GID_PROFILE_PYUNO_INI
  13889.     ModuleID     = GID_MODULE_PYUNO;
  13890.     Name         = "pyuno.ini";
  13891.     Dir             = gid_Dir_Program;
  13892. End
  13893.  
  13894. Profile gid_Profile_pythonloader_uno_ini
  13895.     ModuleID     = GID_MODULE_PYUNO;
  13896.     Name         = "pythonloader.uno.ini";
  13897.     Dir             = gid_Dir_Program;
  13898. End
  13899.  
  13900. ProfileItem GID_PROFILEITEM_PYUNO_UNO_TYPES
  13901.     ModuleID     = GID_MODULE_PYUNO;
  13902.     ProfileID     = GID_PROFILE_PYUNO_INI;
  13903.     Section         = "Bootstrap";
  13904.     Key             = "UNO_TYPES";
  13905.     Value         = "$ORIGIN/types.rdb";
  13906.     Order         = 1;
  13907. End
  13908.  
  13909. ProfileItem GID_PROFILEITEM_PYUNO_UNO_SERVICES
  13910.     ModuleID     = GID_MODULE_PYUNO;
  13911.     ProfileID     = GID_PROFILE_PYUNO_INI;
  13912.     Section         = "Bootstrap";
  13913.     Key             = "UNO_SERVICES";
  13914.     Value         = "$ORIGIN/services.rdb";
  13915.     Order         = 1;
  13916. End
  13917.  
  13918. ProfileItem GID_PROFILEITEM_PYTHONLOADER_PYTHONHOME
  13919.     ModuleID     = GID_MODULE_PYUNO;
  13920.     ProfileID     = gid_Profile_pythonloader_uno_ini;
  13921.     Section         = "Bootstrap";
  13922.     Key             = "PYTHONHOME";
  13923.     Value         = "$ORIGIN/python-core";
  13924.     Order         = 1;
  13925. End
  13926.  
  13927. ProfileItem GID_PROFILEITEM_PYTHONLOADER_PYTHONPATH
  13928.     ModuleID     = GID_MODULE_PYUNO;
  13929.     ProfileID     = gid_Profile_pythonloader_uno_ini;
  13930.     Section         = "Bootstrap";
  13931.     Key             = "PYTHONPATH";
  13932.     Value         = "$ORIGIN/python-core-2.2.2/lib $ORIGIN";
  13933.     Order         = 1;
  13934. End
  13935.  
  13936. FolderItem gid_Folderitem_Fromtemplate
  13937.     ModuleID     = gid_Module_Root;
  13938.     Name         = "From Template";
  13939.     FolderID     = gid_Folder_Staroffice51;
  13940.     FileID         = gid_File_Bin_Soffice;
  13941.     IconFile     = gid_File_Bin_Soffice;
  13942.     IconID         = 15;
  13943.     Parameter     = ".uno:NewDoc";
  13944.     Styles         = (NOWEB);
  13945. End
  13946.  
  13947. FolderItem gid_Folderitem_Opendocument
  13948.     ModuleID     = gid_Module_Root;
  13949.     Name         = "Open Document";
  13950.     FolderID     = gid_Folder_Staroffice51;
  13951.     FileID         = gid_File_Bin_Soffice;
  13952.     IconFile     = gid_File_Bin_Soffice;
  13953.     IconID         = 18;
  13954.     Parameter     = ".uno:Open";
  13955.     Styles         = (NOWEB);
  13956. End
  13957.  
  13958. Profile gid_Profile_Install_Ini
  13959.     ModuleID     = gid_Module_Root;
  13960.     Name         = "install.ini";
  13961.     Dir             = gid_Dir_Program;
  13962.     Styles         = (NETWORK);
  13963. End
  13964.  
  13965. Profile gid_Profile_Sversion_Ini
  13966.     ModuleID     = gid_Module_Root;
  13967.     Name         = "sversion.ini";
  13968.     Dir             = PREDEFINED_CONFIGDIR;
  13969. End
  13970.  
  13971. Profile gid_Profile_Configmgr_Ini
  13972.     ModuleID     = gid_Module_Root;
  13973.     Name         = "configmgr.ini";
  13974.     Dir             = gid_Dir_Program;
  13975.     Styles         = (NETWORK);
  13976. End
  13977.  
  13978. Profile gid_Profile_Bootstrap_Ini
  13979.     ModuleID     = gid_Module_Root;
  13980.     Name         = "bootstrap.ini";
  13981.     Dir             = gid_Dir_Program;
  13982.     Styles         = (NETWORK);
  13983. End
  13984.  
  13985. Profile gid_Profile_Uno_Ini
  13986.     ModuleID     = gid_Module_Root;
  13987.     Name         = "uno.ini";
  13988.     Dir             = gid_Dir_Program;
  13989.     Styles         = (NETWORK);
  13990. End
  13991.  
  13992. Profile gid_Profile_Soffice_Ini
  13993.     ModuleID     = gid_Module_Root;
  13994.     Name         = "soffice.ini";
  13995.     Dir             = gid_Dir_Program;
  13996.     Styles         = (NETWORK);
  13997. End
  13998.  
  13999. Profile GID_PROFILE_SETUP_INI
  14000.     ModuleID     = gid_Module_Root;
  14001.     Name         = "setup.ini";
  14002.     Dir             = gid_Dir_Program;
  14003.     Styles         = (NETWORK);
  14004. End
  14005.  
  14006. ProfileItem gid_Profileitem_Versions_Staroffice5_2
  14007.     ModuleID     = gid_Module_Root;
  14008.     ProfileID     = gid_Profile_Sversion_Ini;
  14009.     Section         = "Versions";
  14010.     Key             = "%PRODUCTNAME %PRODUCTVERSION ";
  14011.     Value         = "<workpath_url>";
  14012.     Order         = 1;
  14013.     Styles         = (INSTALL_INFO);
  14014. End
  14015.  
  14016. ProfileItem gid_Profileitem_Bootstrap_Productkey
  14017.     ModuleID     = gid_Module_Root;
  14018.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14019.     Section         = "Bootstrap";
  14020.     Key             = "ProductKey";
  14021.     Value         = "<productkey>";
  14022.     Order         = 1;
  14023. End
  14024.  
  14025. ProfileItem gid_Profileitem_Bootstrap_Location
  14026.     ModuleID     = gid_Module_Root;
  14027.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14028.     Section         = "Bootstrap";
  14029.     Key             = "Location";
  14030.     Value         = "$SYSUSERCONFIG/sversion.ini";
  14031.     Order         = 2;
  14032. End
  14033.  
  14034. ProfileItem gid_Profileitem_Bootstrap_Section
  14035.     ModuleID     = gid_Module_Root;
  14036.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14037.     Section         = "Bootstrap";
  14038.     Key             = "Section";
  14039.     Value         = "Versions";
  14040.     Order         = 3;
  14041. End
  14042.  
  14043. ProfileItem gid_Profileitem_Bootstrap_BaseInstall
  14044.     ModuleID     = gid_Module_Root;
  14045.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14046.     Section         = "Bootstrap";
  14047.     Key             = "BaseInstallation";
  14048.     Value         = "$ORIGIN/..";
  14049.     Order         = 4;
  14050. End
  14051.  
  14052. ProfileItem gid_Profileitem_Bootstrap_UserInstall
  14053.     ModuleID     = gid_Module_Root;
  14054.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14055.     Section         = "Bootstrap";
  14056.     Key             = "UserInstallation";
  14057.     Value         = "${$Location:$Section:$ProductKey}";
  14058.     StandaloneValue = "$ORIGIN/..";
  14059.     Order         = 5;
  14060. End
  14061.  
  14062. ProfileItem gid_Profileitem_Bootstrap_Buildid
  14063.     ModuleID     = gid_Module_Root;
  14064.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14065.     Section         = "Bootstrap";
  14066.     Key             = "buildid";
  14067.     Value         = "645m6(Build:8639)[CWS:ooo11rc]";
  14068.     Order         = 6;
  14069. End
  14070.  
  14071. ProfileItem gid_Profileitem_Bootstrap_InstallMode
  14072.     ModuleID     = gid_Module_Root;
  14073.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14074.     Section         = "Bootstrap";
  14075.     Key             = "InstallMode";
  14076.     Value         = "<installmode>";
  14077.     Order         = 7;
  14078. End
  14079.  
  14080. ProfileItem gid_Profileitem_Bootstrap_Productpatch
  14081.     ModuleID     = gid_Module_Root;
  14082.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14083.     Section         = "Bootstrap";
  14084.     Key             = "ProductPatch";
  14085.     Value         = "";
  14086.     Order         = 8;
  14087. End
  14088.  
  14089. ProfileItem gid_Profileitem_Bootstrap_Errorreport_Port
  14090.     ModuleID     = gid_Module_Root;
  14091.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14092.     Section         = "ErrorReport";
  14093.     Key             = "ErrorReportPort";
  14094.     Value         = "80";
  14095.     Order         = 9;
  14096. End
  14097.  
  14098. ProfileItem gid_Profileitem_Bootstrap_Errorreport_Server
  14099.     ModuleID     = gid_Module_Root;
  14100.     ProfileID     = gid_Profile_Bootstrap_Ini;
  14101.     Section         = "ErrorReport";
  14102.     Key             = "ErrorReportServer";
  14103.     Value         = "report.services.openoffice.org";
  14104.     Order         = 10;
  14105. End
  14106.  
  14107. ProfileItem gid_Profileitem_Configmgr_Cfg_Servertype
  14108.     ModuleID     = gid_Module_Root;
  14109.     ProfileID     = gid_Profile_Configmgr_Ini;
  14110.     Section         = "Bootstrap";
  14111.     Key             = "CFG_ServerType";
  14112.     Value         = "uno";
  14113.     Order         = 1;
  14114. End
  14115.  
  14116. ProfileItem gid_Profileitem_Configmgr_Bootstrap_Ini
  14117.     ModuleID     = gid_Module_Root;
  14118.     ProfileID     = gid_Profile_Configmgr_Ini;
  14119.     Section         = "Bootstrap";
  14120.     Key             = "BootstrapFile";
  14121.     Value         = "$ORIGIN/bootstrap.ini";
  14122.     Order         = 2;
  14123. End
  14124.  
  14125. ProfileItem gid_Profileitem_Configmgr_Uno_Ini
  14126.     ModuleID     = gid_Module_Root;
  14127.     ProfileID     = gid_Profile_Configmgr_Ini;
  14128.     Section         = "Bootstrap";
  14129.     Key             = "UnoFile";
  14130.     Value         = "$ORIGIN/uno.ini";
  14131.     Order         = 3;
  14132. End
  14133.  
  14134. ProfileItem gid_Profileitem_Configmgr_Baseinstallation
  14135.     ModuleID     = gid_Module_Root;
  14136.     ProfileID     = gid_Profile_Configmgr_Ini;
  14137.     Section         = "Bootstrap";
  14138.     Key             = "BaseInstallation";
  14139.     Value         = "${$BootstrapFile:BaseInstallation}";
  14140.     Order         = 4;
  14141. End
  14142.  
  14143. ProfileItem gid_Profileitem_Configmgr_Userinstallation
  14144.     ModuleID     = gid_Module_Root;
  14145.     ProfileID     = gid_Profile_Configmgr_Ini;
  14146.     Section         = "Bootstrap";
  14147.     Key             = "UserInstallation";
  14148.     Value         = "${$BootstrapFile:UserInstallation}";
  14149.     Order         = 5;
  14150. End
  14151.  
  14152. ProfileItem gid_Profileitem_Configmgr_Localcfg_Schemadataurl
  14153.     ModuleID     = gid_Module_Root;
  14154.     ProfileID     = gid_Profile_Configmgr_Ini;
  14155.     Section         = "Bootstrap";
  14156.     Key             = "CFG_SchemaDataUrl";
  14157.     Value         = "$BaseInstallation/share/registry/schema ?${$UnoFile:UNO_USER_PACKAGES_CACHE}/registry/schema ?${$UnoFile:UNO_SHARED_PACKAGES_CACHE}/registry/schema";
  14158.     Order         = 6;
  14159. End
  14160.  
  14161. ProfileItem gid_Profileitem_Configmgr_Localcfg_Defaultdataurl
  14162.     ModuleID     = gid_Module_Root;
  14163.     ProfileID     = gid_Profile_Configmgr_Ini;
  14164.     Section         = "Bootstrap";
  14165.     Key             = "CFG_DefaultLayerUrls";
  14166.     Value         = "$BaseInstallation/share/registry ${$UnoFile:UNO_SHARED_PACKAGES_CACHE}/registry ${$UnoFile:UNO_USER_PACKAGES_CACHE}/registry";
  14167.     Order         = 7;
  14168. End
  14169.  
  14170. ProfileItem gid_Profileitem_Configmgr_Localcfg_Userdataurl
  14171.     ModuleID     = gid_Module_Root;
  14172.     ProfileID     = gid_Profile_Configmgr_Ini;
  14173.     Section         = "Bootstrap";
  14174.     Key             = "CFG_UserLayerUrl";
  14175.     Value         = "$UserInstallation/user/registry";
  14176.     Order         = 8;
  14177. End
  14178.  
  14179. ProfileItem gid_Profileitem_Configmgr_Localcfg_Cacheurl
  14180.     ModuleID     = gid_Module_Root;
  14181.     ProfileID     = gid_Profile_Configmgr_Ini;
  14182.     Section         = "Bootstrap";
  14183.     Key             = "CFG_CacheUrl";
  14184.     Value         = "$UserInstallation/user/registry/cache";
  14185.     Order         = 9;
  14186. End
  14187.  
  14188. ProfileItem gid_Profileitem_Configmgr_Offline_Cachedataurl
  14189.     ModuleID     = gid_Module_Root;
  14190.     ProfileID     = gid_Profile_Configmgr_Ini;
  14191.     Section         = "Bootstrap";
  14192.     Key             = "CFG_OfflineDataUrl";
  14193.     Value         = "$UserInstallation/user/registry/offline";
  14194.     Order         = 10;
  14195. End
  14196.  
  14197. ProfileItem gid_Profileitem_Configmgr_Unocfg_Backendservice
  14198.     ModuleID     = gid_Module_Root;
  14199.     ProfileID     = gid_Profile_Configmgr_Ini;
  14200.     Section         = "Bootstrap";
  14201.     Key             = "CFG_BackendService";
  14202.     Value         = "com.sun.star.comp.configuration.backend.LocalSingleBackend";
  14203.     Order         = 11;
  14204. End
  14205.  
  14206. ProfileItem gid_Profileitem_Configmgr_Unocfg_Backendwrapper
  14207.     ModuleID     = gid_Module_Root;
  14208.     ProfileID     = gid_Profile_Configmgr_Ini;
  14209.     Section         = "Bootstrap";
  14210.     Key             = "CFG_BackendWrapper";
  14211.     Value         = "com.sun.star.comp.configuration.backend.SingleBackendAdapter";
  14212.     Order         = 12;
  14213. End
  14214.  
  14215. ProfileItem gid_Profileitem_UNO_UNO_SHARED_PACKAGES
  14216.     ModuleID     = gid_Module_Root;
  14217.     ProfileID     = gid_Profile_Uno_Ini;
  14218.     Section         = "Bootstrap";
  14219.     Key             = "UNO_SHARED_PACKAGES";
  14220.     Value         = "${$SYSBINDIR/bootstrap.ini:BaseInstallation}/share/uno_packages";
  14221.     Order         = 1;
  14222. End
  14223.  
  14224. ProfileItem gid_Profileitem_UNO_UNO_SHARED_PACKAGES_CACHE
  14225.     ModuleID     = gid_Module_Root;
  14226.     ProfileID     = gid_Profile_Uno_Ini;
  14227.     Section         = "Bootstrap";
  14228.     Key             = "UNO_SHARED_PACKAGES_CACHE";
  14229.     Value         = "$UNO_SHARED_PACKAGES/cache";
  14230.     Order         = 2;
  14231. End
  14232.  
  14233. ProfileItem gid_Profileitem_UNO_UNO_USER_PACKAGES
  14234.     ModuleID     = gid_Module_Root;
  14235.     ProfileID     = gid_Profile_Uno_Ini;
  14236.     Section         = "Bootstrap";
  14237.     Key             = "UNO_USER_PACKAGES";
  14238.     Value         = "${$SYSBINDIR/bootstrap.ini:UserInstallation}/user/uno_packages";
  14239.     Order         = 3;
  14240. End
  14241.  
  14242. ProfileItem gid_Profileitem_UNO_UNO_USER_PACKAGES_CACHE
  14243.     ModuleID     = gid_Module_Root;
  14244.     ProfileID     = gid_Profile_Uno_Ini;
  14245.     Section         = "Bootstrap";
  14246.     Key             = "UNO_USER_PACKAGES_CACHE";
  14247.     Value         = "$UNO_USER_PACKAGES/cache";
  14248.     Order         = 4;
  14249. End
  14250.  
  14251. ProfileItem gid_Profileitem_UNO_UNO_TYPES
  14252.     ModuleID     = gid_Module_Root;
  14253.     ProfileID     = gid_Profile_Uno_Ini;
  14254.     Section         = "Bootstrap";
  14255.     Key             = "UNO_TYPES";
  14256.     Value         = "$SYSBINDIR/types.rdb ?$UNO_SHARED_PACKAGES_CACHE/types.rdb ?$UNO_USER_PACKAGES_CACHE/types.rdb";
  14257.     Order         = 5;
  14258. End
  14259.  
  14260. ProfileItem gid_Profileitem_UNO_UNO_SERVICES
  14261.     ModuleID     = gid_Module_Root;
  14262.     ProfileID     = gid_Profile_Uno_Ini;
  14263.     Section         = "Bootstrap";
  14264.     Key             = "UNO_SERVICES";
  14265.     Value         = "?$UNO_USER_PACKAGES_CACHE/services.rdb ?$UNO_SHARED_PACKAGES_CACHE/services.rdb $SYSBINDIR/services.rdb";
  14266.     Order         = 6;
  14267. End
  14268.  
  14269. ProfileItem gid_Profileitem_SOffice_Logo
  14270.     ModuleID     = gid_Module_Root;
  14271.     ProfileID     = gid_Profile_Soffice_Ini;
  14272.     Section         = "Bootstrap";
  14273.     Key             = "Logo";
  14274.     Value         = "1";
  14275.     Order         = 1;
  14276. End
  14277.  
  14278. ProfileItem GID_PROFILEITEM_SETUP_UNO_TYPES
  14279.     ModuleID     = gid_Module_Root;
  14280.     ProfileID     = GID_PROFILE_SETUP_INI;
  14281.     Section         = "Bootstrap";
  14282.     Key             = "UNO_SERVICES";
  14283.     Value         = "$SYSBINDIR/setup_services.rdb";
  14284.     Order         = 2;
  14285. End
  14286.  
  14287. ProfileItem GID_PROFILEITEM_SETUP_UNO_JAVA_COMPPATH
  14288.     ModuleID     = gid_Module_Root;
  14289.     ProfileID     = GID_PROFILE_SETUP_INI;
  14290.     Section         = "Bootstrap";
  14291.     Key             = "UNO_JAVA_COMPPATH";
  14292.     Value         = "$SYSBINDIR/classes";
  14293.     Order         = 3;
  14294. End
  14295.  
  14296. StarRegistryItem gid_Starregistryitem_Services_Reportwizard
  14297.     ModuleID     = gid_Module_Root;
  14298.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14299.     Key             = "/SERVICES/com.sun.star.wizards.report.CallReportWizard";
  14300.     SeqValue     = "com.sun.star.wizards.report.CallReportWizard$ReportWizardImplementation";
  14301.     Styles         = (NETWORK);
  14302. End
  14303.  
  14304. StarRegistryItem gid_Starregistryitem_Implementations_Services_Reportwizard
  14305.     ModuleID     = gid_Module_Root;
  14306.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14307.     Key             = "/IMPLEMENTATIONS/com.sun.star.wizards.report.CallReportWizard$ReportWizardImplementation/UNO/SERVICES/com.sun.star.wizards.report.CallReportWizard";
  14308.     Value         = "";
  14309.     Styles         = (NETWORK);
  14310. End
  14311.  
  14312. StarRegistryItem gid_Starregistryitem_Implementations_Activator_Reportwizard
  14313.     ModuleID     = gid_Module_Root;
  14314.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14315.     Key             = "/IMPLEMENTATIONS/com.sun.star.wizards.report.CallReportWizard$ReportWizardImplementation/UNO/ACTIVATOR";
  14316.     Value         = "com.sun.star.loader.Java2";
  14317.     Styles         = (NETWORK);
  14318. End
  14319.  
  14320. StarRegistryItem gid_Starregistryitem_Implementations_Location_Reportwizard
  14321.     ModuleID     = gid_Module_Root;
  14322.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14323.     Key             = "/IMPLEMENTATIONS/com.sun.star.wizards.report.CallReportWizard$ReportWizardImplementation/UNO/LOCATION";
  14324.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/report.jar";
  14325.     Styles         = (NETWORK);
  14326. End
  14327.  
  14328. StarRegistryItem gid_Starregistryitem_Services_Accessbridge
  14329.     ModuleID     = gid_Module_Root;
  14330.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14331.     Key             = "/SERVICES/com.sun.star.accessibility.AccessBridge";
  14332.     SeqValue     = "org.openoffice.accessibility.AccessBridge";
  14333.     Styles         = (NETWORK);
  14334. End
  14335.  
  14336. StarRegistryItem gid_Starregistryitem_Implementations_Services_Accessbridge
  14337.     ModuleID     = gid_Module_Root;
  14338.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14339.     Key             = "/IMPLEMENTATIONS/org.openoffice.accessibility.AccessBridge/UNO/SERVICES/com.sun.star.accessibility.AccessBridge";
  14340.     Value         = "";
  14341.     Styles         = (NETWORK);
  14342. End
  14343.  
  14344. StarRegistryItem gid_Starregistryitem_Implementations_Activator_Accessbridge
  14345.     ModuleID     = gid_Module_Root;
  14346.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14347.     Key             = "/IMPLEMENTATIONS/org.openoffice.accessibility.AccessBridge/UNO/ACTIVATOR";
  14348.     Value         = "com.sun.star.loader.Java2";
  14349.     Styles         = (NETWORK);
  14350. End
  14351.  
  14352. StarRegistryItem gid_Starregistryitem_Implementations_Location_Accessbridge
  14353.     ModuleID     = gid_Module_Root;
  14354.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14355.     Key             = "/IMPLEMENTATIONS/org.openoffice.accessibility.AccessBridge/UNO/LOCATION";
  14356.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/java_uno_accessbridge.jar";
  14357.     Styles         = (NETWORK);
  14358. End
  14359.  
  14360. StarRegistryItem gid_Starregistryitem_Services_Xmergebridge
  14361.     ModuleID     = gid_Module_Root;
  14362.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14363.     Key             = "/SERVICES/com.sun.star.documentconversion.XMergeBridge";
  14364.     SeqValue     = "XMergeBridge$_XMergeBridge";
  14365.     Styles         = (NETWORK);
  14366. End
  14367.  
  14368. StarRegistryItem gid_Starregistryitem_Implementations_Services_Xmergebridge
  14369.     ModuleID     = gid_Module_Root;
  14370.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14371.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/SERVICES/com.sun.star.documentconversion.XMergeBridge";
  14372.     Value         = "";
  14373.     Styles         = (NETWORK);
  14374. End
  14375.  
  14376. StarRegistryItem gid_Starregistryitem_Implementations_Activator_Xmergebridge
  14377.     ModuleID     = gid_Module_Root;
  14378.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14379.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/ACTIVATOR";
  14380.     Value         = "com.sun.star.loader.Java2";
  14381.     Styles         = (NETWORK);
  14382. End
  14383.  
  14384. StarRegistryItem gid_Starregistryitem_Implementations_Location_Xmergebridge
  14385.     ModuleID     = gid_Module_Root;
  14386.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14387.     Key             = "/IMPLEMENTATIONS/XMergeBridge$_XMergeBridge/UNO/LOCATION";
  14388.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/XMergeBridge.jar";
  14389.     Styles         = (NETWORK);
  14390. End
  14391.  
  14392. StarRegistryItem GID_STARREGISTRYITEM_SERVICES_XSLTFILTER
  14393.     ModuleID     = gid_Module_Root;
  14394.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14395.     Key             = "/SERVICES/com.sun.star.documentconversion.XSLTFilter";
  14396.     SeqValue     = "XSLTFilter$_XSLTFilter";
  14397.     Styles         = (NETWORK);
  14398. End
  14399.  
  14400. StarRegistryItem GID_STARREGISTRYITEM_IMPLEMENTATIONS_SERVICES_XSLTFILTER
  14401.     ModuleID     = gid_Module_Root;
  14402.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14403.     Key             = "/IMPLEMENTATIONS/XSLTFilter$_XSLTFilter/UNO/SERVICES/com.sun.star.documentconversion.XSLTFilter";
  14404.     Value         = "";
  14405.     Styles         = (NETWORK);
  14406. End
  14407.  
  14408. StarRegistryItem GID_STARREGISTRYITEM_IMPLEMENTATIONS_ACTIVATOR_XSLTFILTER
  14409.     ModuleID     = gid_Module_Root;
  14410.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14411.     Key             = "/IMPLEMENTATIONS/XSLTFilter$_XSLTFilter/UNO/ACTIVATOR";
  14412.     Value         = "com.sun.star.loader.Java2";
  14413.     Styles         = (NETWORK);
  14414. End
  14415.  
  14416. StarRegistryItem GID_STARREGISTRYITEM_IMPLEMENTATIONS_LOCATION_XSLTFILTER
  14417.     ModuleID     = gid_Module_Root;
  14418.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14419.     Key             = "/IMPLEMENTATIONS/XSLTFilter$_XSLTFilter/UNO/LOCATION";
  14420.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/XSLTFilter.jar";
  14421.     Styles         = (NETWORK);
  14422. End
  14423.  
  14424. StarRegistryItem GID_STARREGISTRYITEM_SERVICES_XSLTVALIDATE
  14425.     ModuleID     = gid_Module_Root;
  14426.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14427.     Key             = "/SERVICES/com.sun.star.documentconversion.XSLTValidate";
  14428.     SeqValue     = "XSLTValidate$_XSLTValidate";
  14429.     Styles         = (NETWORK);
  14430. End
  14431.  
  14432. StarRegistryItem GID_STARREGISTRYITEM_IMPLEMENTATIONS_SERVICES_XSLTVALIDATE
  14433.     ModuleID     = gid_Module_Root;
  14434.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14435.     Key             = "/IMPLEMENTATIONS/XSLTValidate$_XSLTValidate/UNO/SERVICES/com.sun.star.documentconversion.XSLTValidate";
  14436.     Value         = "";
  14437.     Styles         = (NETWORK);
  14438. End
  14439.  
  14440. StarRegistryItem GID_STARREGISTRYITEM_IMPLEMENTATIONS_ACTIVATOR_XSLTVALIDATE
  14441.     ModuleID     = gid_Module_Root;
  14442.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14443.     Key             = "/IMPLEMENTATIONS/XSLTValidate$_XSLTValidate/UNO/ACTIVATOR";
  14444.     Value         = "com.sun.star.loader.Java2";
  14445.     Styles         = (NETWORK);
  14446. End
  14447.  
  14448. StarRegistryItem GID_STARREGISTRYITEM_IMPLEMENTATIONS_LOCATION_XSLTVALIDATE
  14449.     ModuleID     = gid_Module_Root;
  14450.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14451.     Key             = "/IMPLEMENTATIONS/XSLTValidate$_XSLTValidate/UNO/LOCATION";
  14452.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/XSLTValidate.jar";
  14453.     Styles         = (NETWORK);
  14454. End
  14455.  
  14456. StarRegistryItem gid_Starregistryitem_Services_Xflatxml
  14457.     ModuleID     = gid_Module_Root;
  14458.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14459.     Key             = "/SERVICES/com.sun.star.documentconversion.XFlatXml";
  14460.     SeqValue     = "XFlatXml$_XFlatXml";
  14461.     Styles         = (NETWORK);
  14462. End
  14463.  
  14464. StarRegistryItem gid_Starregistryitem_Implementations_Services_Xflatxml
  14465.     ModuleID     = gid_Module_Root;
  14466.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14467.     Key             = "/IMPLEMENTATIONS/XFlatXml$_XFlatXml/UNO/SERVICES/com.sun.star.documentconversion.XFlatXml";
  14468.     Value         = "";
  14469.     Styles         = (NETWORK);
  14470. End
  14471.  
  14472. StarRegistryItem gid_Starregistryitem_Implementations_Activator_Xflatxml
  14473.     ModuleID     = gid_Module_Root;
  14474.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14475.     Key             = "/IMPLEMENTATIONS/XFlatXml$_XFlatXml/UNO/ACTIVATOR";
  14476.     Value         = "com.sun.star.loader.Java2";
  14477.     Styles         = (NETWORK);
  14478. End
  14479.  
  14480. StarRegistryItem gid_Starregistryitem_Implementations_Location_Xflatxml
  14481.     ModuleID     = gid_Module_Root;
  14482.     RegistryID     = GID_STARREGISTRY_SERVICES_RDB;
  14483.     Key             = "/IMPLEMENTATIONS/XFlatXml$_XFlatXml/UNO/LOCATION";
  14484.     Value         = "vnd.sun.star.expand:$SYSBINDIR/classes/XFlatXml.jar";
  14485.     Styles         = (NETWORK);
  14486. End
  14487.  
  14488. ConfigurationItem gid_Configurationitem_Common_Menus_New_M4_Url
  14489.     ModuleID     = gid_Module_Root;
  14490.     Path         = "org.openoffice.Office.Common/Menus/New/*['m4']";
  14491.     Key             = "URL";
  14492.     Value         = "private:separator";
  14493.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14494. End
  14495.  
  14496. ConfigurationItem gid_Configurationitem_Common_Menus_New_M4_Targetname
  14497.     ModuleID     = gid_Module_Root;
  14498.     Path         = "org.openoffice.Office.Common/Menus/New/*['m4']";
  14499.     Key             = "TargetName";
  14500.     Value         = "_default";
  14501.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14502. End
  14503.  
  14504. ConfigurationItem gid_Configurationitem_Common_Menus_New_M7_Url
  14505.     ModuleID     = gid_Module_Root;
  14506.     Path         = "org.openoffice.Office.Common/Menus/New/*['m7']";
  14507.     Key             = "URL";
  14508.     Value         = "private:separator";
  14509.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14510. End
  14511.  
  14512. ConfigurationItem gid_Configurationitem_Common_Menus_New_M7_Targetname
  14513.     ModuleID     = gid_Module_Root;
  14514.     Path         = "org.openoffice.Office.Common/Menus/New/*['m7']";
  14515.     Key             = "TargetName";
  14516.     Value         = "_default";
  14517.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14518. End
  14519.  
  14520. ConfigurationItem gid_Configurationitem_Common_Menus_New_M11_Url
  14521.     ModuleID     = gid_Module_Root;
  14522.     Path         = "org.openoffice.Office.Common/Menus/New/*['m11']";
  14523.     Key             = "URL";
  14524.     Value         = "private:separator";
  14525.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14526. End
  14527.  
  14528. ConfigurationItem gid_Configurationitem_Common_Menus_New_M11_Targetname
  14529.     ModuleID     = gid_Module_Root;
  14530.     Path         = "org.openoffice.Office.Common/Menus/New/*['m11']";
  14531.     Key             = "TargetName";
  14532.     Value         = "_default";
  14533.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14534. End
  14535.  
  14536. ConfigurationItem gid_Configurationitem_Common_Menus_New_M12_Titel
  14537.     ModuleID     = gid_Module_Root;
  14538.     Path         = "org.openoffice.Office.Common/Menus/New/*['m12']/Title";
  14539.     Key             = "en-US";
  14540.     Value         = "Templates a~nd Documents";
  14541.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14542. End
  14543.  
  14544. ConfigurationItem gid_Configurationitem_Common_Menus_New_M12_Url
  14545.     ModuleID     = gid_Module_Root;
  14546.     Path         = "org.openoffice.Office.Common/Menus/New/*['m12']";
  14547.     Key             = "URL";
  14548.     Value         = "slot:5500";
  14549.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14550. End
  14551.  
  14552. ConfigurationItem gid_Configurationitem_Common_Menus_New_M12_Targetname
  14553.     ModuleID     = gid_Module_Root;
  14554.     Path         = "org.openoffice.Office.Common/Menus/New/*['m12']";
  14555.     Key             = "TargetName";
  14556.     Value         = "_self";
  14557.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14558. End
  14559.  
  14560. ConfigurationItem gid_Configurationitem_Common_Menus_New_M12_Imageidentifier
  14561.     ModuleID     = gid_Module_Root;
  14562.     Path         = "org.openoffice.Office.Common/Menus/New/*['m12']";
  14563.     Key             = "ImageIdentifier";
  14564.     Value         = "private:image/3242";
  14565.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14566. End
  14567.  
  14568. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M4_Url
  14569.     ModuleID     = gid_Module_Root;
  14570.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m4']";
  14571.     Key             = "URL";
  14572.     Value         = "private:separator";
  14573.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14574. End
  14575.  
  14576. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M4_Targetname
  14577.     ModuleID     = gid_Module_Root;
  14578.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m4']";
  14579.     Key             = "TargetName";
  14580.     Value         = "_self";
  14581.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14582. End
  14583.  
  14584. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M6_Url
  14585.     ModuleID     = gid_Module_Root;
  14586.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m6']";
  14587.     Key             = "URL";
  14588.     Value         = "private:separator";
  14589.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14590. End
  14591.  
  14592. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M6_Targetname
  14593.     ModuleID     = gid_Module_Root;
  14594.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m6']";
  14595.     Key             = "TargetName";
  14596.     Value         = "_self";
  14597.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14598. End
  14599.  
  14600. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M10_Url
  14601.     ModuleID     = gid_Module_Root;
  14602.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m10']";
  14603.     Key             = "URL";
  14604.     Value         = "private:separator";
  14605.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14606. End
  14607.  
  14608. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M10_Targetname
  14609.     ModuleID     = gid_Module_Root;
  14610.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m10']";
  14611.     Key             = "TargetName";
  14612.     Value         = "_self";
  14613.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14614. End
  14615.  
  14616. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M11_Titel
  14617.     ModuleID     = gid_Module_Root;
  14618.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m11']/Title";
  14619.     Key             = "en-US";
  14620.     Value         = "Document ~Converter...";
  14621.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14622. End
  14623.  
  14624. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M11_Url
  14625.     ModuleID     = gid_Module_Root;
  14626.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m11']";
  14627.     Key             = "URL";
  14628.     Value         = "macro:///ImportWizard.Main.Main";
  14629.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14630. End
  14631.  
  14632. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M11_Targetname
  14633.     ModuleID     = gid_Module_Root;
  14634.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m11']";
  14635.     Key             = "TargetName";
  14636.     Value         = "_self";
  14637.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14638. End
  14639.  
  14640. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M11_Imageidentifier
  14641.     ModuleID     = gid_Module_Root;
  14642.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m11']";
  14643.     Key             = "ImageIdentifier";
  14644.     Value         = "private:image/3216";
  14645.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14646. End
  14647.  
  14648. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M13_Url
  14649.     ModuleID     = gid_Module_Root;
  14650.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m13']";
  14651.     Key             = "URL";
  14652.     Value         = "private:separator";
  14653.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14654. End
  14655.  
  14656. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M13_Targetname
  14657.     ModuleID     = gid_Module_Root;
  14658.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m13']";
  14659.     Key             = "TargetName";
  14660.     Value         = "_self";
  14661.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14662. End
  14663.  
  14664. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M14_Titel
  14665.     ModuleID     = gid_Module_Root;
  14666.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m14']/Title";
  14667.     Key             = "en-US";
  14668.     Value         = "StarOffice 5.2 Database Import...";
  14669.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14670. End
  14671.  
  14672. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M14_Url
  14673.     ModuleID     = gid_Module_Root;
  14674.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m14']";
  14675.     Key             = "URL";
  14676.     Value         = "slot:10909";
  14677.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14678. End
  14679.  
  14680. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M14_Targetname
  14681.     ModuleID     = gid_Module_Root;
  14682.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m14']";
  14683.     Key             = "TargetName";
  14684.     Value         = "_self";
  14685.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14686. End
  14687.  
  14688. ConfigurationItem gid_Configurationitem_Common_Menus_Wizard_M14_Imageidentifier
  14689.     ModuleID     = gid_Module_Root;
  14690.     Path         = "org.openoffice.Office.Common/Menus/Wizard/*['m14']";
  14691.     Key             = "ImageIdentifier";
  14692.     Value         = "private:image/3216";
  14693.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  14694. End
  14695.  
  14696. ConfigurationItem gid_Configurationitem_Filters_Writer_Web_Html_Help
  14697.     ModuleID     = gid_Module_Root;
  14698.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['writer_web_HTML_help']";
  14699.     Key             = "Installed";
  14700.     Value         = "TRUE";
  14701.     Styles         = (CFG_BOOLEAN);
  14702. End
  14703.  
  14704. ConfigurationItem gid_Configurationitem_Filters_Bmp_Import
  14705.     ModuleID     = gid_Module_Root;
  14706.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['bmp_Import']";
  14707.     Key             = "Installed";
  14708.     Value         = "TRUE";
  14709.     Styles         = (CFG_BOOLEAN);
  14710. End
  14711.  
  14712. ConfigurationItem gid_Configurationitem_Filters_Bmp_Export
  14713.     ModuleID     = gid_Module_Root;
  14714.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['bmp_Export']";
  14715.     Key             = "Installed";
  14716.     Value         = "TRUE";
  14717.     Styles         = (CFG_BOOLEAN);
  14718. End
  14719.  
  14720. ConfigurationItem gid_Configurationitem_Filters_Gif_Import
  14721.     ModuleID     = gid_Module_Root;
  14722.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['gif_Import']";
  14723.     Key             = "Installed";
  14724.     Value         = "TRUE";
  14725.     Styles         = (CFG_BOOLEAN);
  14726. End
  14727.  
  14728. ConfigurationItem gid_Configurationitem_Filters_Gif_Export
  14729.     ModuleID     = gid_Module_Root;
  14730.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['gif_Export']";
  14731.     Key             = "Installed";
  14732.     Value         = "TRUE";
  14733.     Styles         = (CFG_BOOLEAN);
  14734. End
  14735.  
  14736. ConfigurationItem gid_Configurationitem_Filters_Jpg_Import
  14737.     ModuleID     = gid_Module_Root;
  14738.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['jpg_Import']";
  14739.     Key             = "Installed";
  14740.     Value         = "TRUE";
  14741.     Styles         = (CFG_BOOLEAN);
  14742. End
  14743.  
  14744. ConfigurationItem gid_Configurationitem_Filters_Jpg_Export
  14745.     ModuleID     = gid_Module_Root;
  14746.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['jpg_Export']";
  14747.     Key             = "Installed";
  14748.     Value         = "TRUE";
  14749.     Styles         = (CFG_BOOLEAN);
  14750. End
  14751.  
  14752. ConfigurationItem gid_Configurationitem_Filters_Sgv_Import
  14753.     ModuleID     = gid_Module_Root;
  14754.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['sgv_Import']";
  14755.     Key             = "Installed";
  14756.     Value         = "TRUE";
  14757.     Styles         = (CFG_BOOLEAN);
  14758. End
  14759.  
  14760. ConfigurationItem gid_Configurationitem_Filters_Sgf_Import
  14761.     ModuleID     = gid_Module_Root;
  14762.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['sgf_Import']";
  14763.     Key             = "Installed";
  14764.     Value         = "TRUE";
  14765.     Styles         = (CFG_BOOLEAN);
  14766. End
  14767.  
  14768. ConfigurationItem gid_Configurationitem_Filters_Png_Import
  14769.     ModuleID     = gid_Module_Root;
  14770.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['png_Import']";
  14771.     Key             = "Installed";
  14772.     Value         = "TRUE";
  14773.     Styles         = (CFG_BOOLEAN);
  14774. End
  14775.  
  14776. ConfigurationItem gid_Configurationitem_Filters_Png_Export
  14777.     ModuleID     = gid_Module_Root;
  14778.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['png_Export']";
  14779.     Key             = "Installed";
  14780.     Value         = "TRUE";
  14781.     Styles         = (CFG_BOOLEAN);
  14782. End
  14783.  
  14784. ConfigurationItem gid_Configurationitem_Filters_Svm_Import
  14785.     ModuleID     = gid_Module_Root;
  14786.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['svm_Import']";
  14787.     Key             = "Installed";
  14788.     Value         = "TRUE";
  14789.     Styles         = (CFG_BOOLEAN);
  14790. End
  14791.  
  14792. ConfigurationItem gid_Configurationitem_Filters_Svm_Export
  14793.     ModuleID     = gid_Module_Root;
  14794.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['svm_Export']";
  14795.     Key             = "Installed";
  14796.     Value         = "TRUE";
  14797.     Styles         = (CFG_BOOLEAN);
  14798. End
  14799.  
  14800. ConfigurationItem gid_Configurationitem_Filters_Emf_Import
  14801.     ModuleID     = gid_Module_Root;
  14802.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['emf_Import']";
  14803.     Key             = "Installed";
  14804.     Value         = "TRUE";
  14805.     Styles         = (CFG_BOOLEAN);
  14806. End
  14807.  
  14808. ConfigurationItem gid_Configurationitem_Filters_Emf_Export
  14809.     ModuleID     = gid_Module_Root;
  14810.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['emf_Export']";
  14811.     Key             = "Installed";
  14812.     Value         = "TRUE";
  14813.     Styles         = (CFG_BOOLEAN);
  14814. End
  14815.  
  14816. ConfigurationItem gid_Configurationitem_Filters_Wmf_Import
  14817.     ModuleID     = gid_Module_Root;
  14818.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['wmf_Import']";
  14819.     Key             = "Installed";
  14820.     Value         = "TRUE";
  14821.     Styles         = (CFG_BOOLEAN);
  14822. End
  14823.  
  14824. ConfigurationItem gid_Configurationitem_Filters_Wmf_Export
  14825.     ModuleID     = gid_Module_Root;
  14826.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['wmf_Export']";
  14827.     Key             = "Installed";
  14828.     Value         = "TRUE";
  14829.     Styles         = (CFG_BOOLEAN);
  14830. End
  14831.  
  14832. ConfigurationItem gid_Configurationitem_Filters_Xbm_Import
  14833.     ModuleID     = gid_Module_Root;
  14834.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['xbm_Import']";
  14835.     Key             = "Installed";
  14836.     Value         = "TRUE";
  14837.     Styles         = (CFG_BOOLEAN);
  14838. End
  14839.  
  14840. ConfigurationItem gid_Configurationitem_Filters_Xpm_Import
  14841.     ModuleID     = gid_Module_Root;
  14842.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['xpm_Import']";
  14843.     Key             = "Installed";
  14844.     Value         = "TRUE";
  14845.     Styles         = (CFG_BOOLEAN);
  14846. End
  14847.  
  14848. ConfigurationItem gid_Configurationitem_User_Office_Installpath
  14849.     ModuleID     = gid_Module_Root;
  14850.     Path         = "org.openoffice.Setup/Office";
  14851.     Key             = "ooSetupInstallPath";
  14852.     Value         = "<workpath>\user";
  14853.     Styles         = (CFG_STRING, WORKSTATION);
  14854. End
  14855.  
  14856. ConfigurationItem gid_Configurationitem_Common_Help_Locale
  14857.     ModuleID     = gid_Module_Root;
  14858.     Path         = "org.openoffice.Office.Common/Help";
  14859.     Key             = "Locale";
  14860.     Value         = "en";
  14861.     Styles         = (CFG_STRING);
  14862. End
  14863.  
  14864. ConfigurationItem gid_Configurationitem_Common_Help_System
  14865.     ModuleID     = gid_Module_Root;
  14866.     Path         = "org.openoffice.Office.Common/Help";
  14867.     Key             = "System";
  14868.     Value         = "WIN";
  14869.     Styles         = (CFG_STRING);
  14870. End
  14871.  
  14872. ConfigurationItem gid_Configurationitem_Common_Ooregistrationurl
  14873.     ModuleID     = gid_Module_Root;
  14874.     Path         = "/org.openoffice.Office.Common/Help/Registration";
  14875.     Key             = "URL";
  14876.     Value         = "http://www.openoffice.org/welcome/registration.html";
  14877.     Styles         = (CFG_STRING);
  14878. End
  14879.  
  14880. ConfigurationItem gid_Configurationitem_Inet_Proxy_Type
  14881.     ModuleID     = gid_Module_Root;
  14882.     Path         = "org.openoffice.Inet/Settings";
  14883.     Key             = "ooInetProxyType";
  14884.     Value         = "1";
  14885.     Styles         = (CFG_NUMERIC);
  14886. End
  14887.  
  14888. ConfigurationItem gid_Configurationitem_Setup_Product_Name
  14889.     ModuleID     = gid_Module_Root;
  14890.     Path         = "org.openoffice.Setup/Product";
  14891.     Key             = "ooName";
  14892.     Value         = "%PRODUCTNAME";
  14893.     Styles         = (CFG_STRING);
  14894. End
  14895.  
  14896. ConfigurationItem gid_Configurationitem_Setup_Product_Version
  14897.     ModuleID     = gid_Module_Root;
  14898.     Path         = "org.openoffice.Setup/Product";
  14899.     Key             = "ooSetupVersion";
  14900.     Value         = "%PRODUCTVERSION";
  14901.     Styles         = (CFG_STRING);
  14902. End
  14903.  
  14904. ConfigurationItem gid_Configurationitem_Setup_Product_Fileformatversion
  14905.     ModuleID     = gid_Module_Root;
  14906.     Path         = "org.openoffice.Setup/Product";
  14907.     Key             = "ooXMLFileFormatVersion";
  14908.     Value         = "1.0";
  14909.     Styles         = (CFG_STRING);
  14910. End
  14911.  
  14912. ConfigurationItem gid_Configurationitem_Common_Path_Officeinstall
  14913.     ModuleID     = gid_Module_Root;
  14914.     Path         = "org.openoffice.Office.Common/Path/Current";
  14915.     Key             = "OfficeInstall";
  14916.     Value         = "<progpath>";
  14917.     Styles         = (CFG_STRING, WORKSTATION);
  14918. End
  14919.  
  14920. ConfigurationItem gid_Configurationitem_Common_View_Dialog_MiddleMouseButton
  14921.     ModuleID     = gid_Module_Root;
  14922.     Path         = "org.openoffice.Office.Common/View/Dialog";
  14923.     Key             = "MiddleMouseButton";
  14924.     Value         = "1";
  14925.     Styles         = (CFG_STRING);
  14926. End
  14927.  
  14928. ConfigurationItem gid_Configurationitem_User_User_Language
  14929.     ModuleID     = gid_Module_Root;
  14930.     Path         = "org.openoffice.Setup/L10N";
  14931.     Key             = "ooLocale";
  14932.     Value         = "en-US";
  14933.     Styles         = (CFG_STRING, WORKSTATION);
  14934. End
  14935.  
  14936. ConfigurationItem gid_Configurationitem_User_User_Title
  14937.     ModuleID     = gid_Module_Root;
  14938.     Path         = "org.openoffice.UserProfile/Data";
  14939.     Key             = "title";
  14940.     Value         = "<title>";
  14941.     Styles         = (CFG_STRING, WORKSTATION);
  14942. End
  14943.  
  14944. ConfigurationItem gid_Configurationitem_User_User_Email
  14945.     ModuleID     = gid_Module_Root;
  14946.     Path         = "org.openoffice.UserProfile/Data";
  14947.     Key             = "mail";
  14948.     Value         = "<email>";
  14949.     Styles         = (CFG_STRING, WORKSTATION);
  14950. End
  14951.  
  14952. ConfigurationItem gid_Configurationitem_User_User_Position
  14953.     ModuleID     = gid_Module_Root;
  14954.     Path         = "org.openoffice.UserProfile/Data";
  14955.     Key             = "position";
  14956.     Value         = "<position>";
  14957.     Styles         = (CFG_STRING, WORKSTATION);
  14958. End
  14959.  
  14960. ConfigurationItem gid_Configurationitem_User_User_City
  14961.     ModuleID     = gid_Module_Root;
  14962.     Path         = "org.openoffice.UserProfile/Data";
  14963.     Key             = "l";
  14964.     Value         = "<city>";
  14965.     Styles         = (CFG_STRING, WORKSTATION);
  14966. End
  14967.  
  14968. ConfigurationItem gid_Configurationitem_User_User_Fax
  14969.     ModuleID     = gid_Module_Root;
  14970.     Path         = "org.openoffice.UserProfile/Data";
  14971.     Key             = "facsimiletelephonenumber";
  14972.     Value         = "<fax>";
  14973.     Styles         = (CFG_STRING, WORKSTATION);
  14974. End
  14975.  
  14976. ConfigurationItem gid_Configurationitem_User_User_Telephonework
  14977.     ModuleID     = gid_Module_Root;
  14978.     Path         = "org.openoffice.UserProfile/Data";
  14979.     Key             = "telephonenumber";
  14980.     Value         = "<telefonwork>";
  14981.     Styles         = (CFG_STRING, WORKSTATION);
  14982. End
  14983.  
  14984. ConfigurationItem gid_Configurationitem_User_User_Telephonehome
  14985.     ModuleID     = gid_Module_Root;
  14986.     Path         = "org.openoffice.UserProfile/Data";
  14987.     Key             = "homephone";
  14988.     Value         = "<telefonhome>";
  14989.     Styles         = (CFG_STRING, WORKSTATION);
  14990. End
  14991.  
  14992. ConfigurationItem gid_Configurationitem_User_User_Street
  14993.     ModuleID     = gid_Module_Root;
  14994.     Path         = "org.openoffice.UserProfile/Data";
  14995.     Key             = "street";
  14996.     Value         = "<street>";
  14997.     Styles         = (CFG_STRING, WORKSTATION);
  14998. End
  14999.  
  15000. ConfigurationItem gid_Configurationitem_User_User_Company
  15001.     ModuleID     = gid_Module_Root;
  15002.     Path         = "org.openoffice.UserProfile/Data";
  15003.     Key             = "o";
  15004.     Value         = "<company>";
  15005.     Styles         = (CFG_STRING, WORKSTATION);
  15006. End
  15007.  
  15008. ConfigurationItem gid_Configurationitem_User_User_Country
  15009.     ModuleID     = gid_Module_Root;
  15010.     Path         = "org.openoffice.UserProfile/Data";
  15011.     Key             = "c";
  15012.     Value         = "<country>";
  15013.     Styles         = (CFG_STRING, WORKSTATION);
  15014. End
  15015.  
  15016. ConfigurationItem gid_Configurationitem_User_User_State
  15017.     ModuleID     = gid_Module_Root;
  15018.     Path         = "org.openoffice.UserProfile/Data";
  15019.     Key             = "st";
  15020.     Value         = "<state>";
  15021.     Styles         = (CFG_STRING, WORKSTATION);
  15022. End
  15023.  
  15024. ConfigurationItem gid_Configurationitem_User_User_Zip
  15025.     ModuleID     = gid_Module_Root;
  15026.     Path         = "org.openoffice.UserProfile/Data";
  15027.     Key             = "postalcode";
  15028.     Value         = "<zip>";
  15029.     Styles         = (CFG_STRING, WORKSTATION);
  15030. End
  15031.  
  15032. ConfigurationItem gid_Configurationitem_User_User_Firstname
  15033.     ModuleID     = gid_Module_Root;
  15034.     Path         = "org.openoffice.UserProfile/Data";
  15035.     Key             = "givenname";
  15036.     Value         = "<userfirstname>";
  15037.     Styles         = (CFG_STRING, WORKSTATION);
  15038. End
  15039.  
  15040. ConfigurationItem gid_Configurationitem_User_User_Name
  15041.     ModuleID     = gid_Module_Root;
  15042.     Path         = "org.openoffice.UserProfile/Data";
  15043.     Key             = "sn";
  15044.     Value         = "<username>";
  15045.     Styles         = (CFG_STRING, WORKSTATION);
  15046. End
  15047.  
  15048. ConfigurationItem gid_Configurationitem_User_User_Id
  15049.     ModuleID     = gid_Module_Root;
  15050.     Path         = "org.openoffice.UserProfile/Data";
  15051.     Key             = "initials";
  15052.     Value         = "<userid>";
  15053.     Styles         = (CFG_STRING, WORKSTATION);
  15054. End
  15055.  
  15056. ConfigurationItem gid_Configurationitem_Linguistic_General_Default_Locale
  15057.     ModuleID     = gid_Module_Root;
  15058.     Path         = "org.openoffice.Office.Linguistic/General";
  15059.     Key             = "DefaultLocale";
  15060.     Value         = "en-US";
  15061.     Styles         = (CFG_STRING, WORKSTATION);
  15062. End
  15063.  
  15064. ConfigurationItem gid_Configurationitem_Linguistic_General_Default_Locale_Cjk
  15065.     ModuleID     = gid_Module_Root;
  15066.     Path         = "org.openoffice.Office.Linguistic/General";
  15067.     Key             = "DefaultLocale_CJK";
  15068.     Styles         = (CFG_STRING, WORKSTATION);
  15069. End
  15070.  
  15071. ConfigurationItem gid_Configurationitem_Setup_Office_Locales
  15072.     ModuleID     = gid_Module_Root;
  15073.     Path         = "org.openoffice.Setup/Office";
  15074.     Key             = "ooSetupLocales";
  15075.     Value         = "<sequence_languages>";
  15076.     Styles         = (CFG_STRINGLIST);
  15077. End
  15078.  
  15079. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Cjkfont
  15080.     ModuleID     = gid_Module_Root;
  15081.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15082.     Key             = "CJKFont";
  15083.     Value         = "FALSE";
  15084.     Styles         = (CFG_BOOLEAN);
  15085. End
  15086.  
  15087. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Verticaltext
  15088.     ModuleID     = gid_Module_Root;
  15089.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15090.     Key             = "VerticalText";
  15091.     Value         = "FALSE";
  15092.     Styles         = (CFG_BOOLEAN);
  15093. End
  15094.  
  15095. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Asiantypo
  15096.     ModuleID     = gid_Module_Root;
  15097.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15098.     Key             = "AsianTypography";
  15099.     Value         = "FALSE";
  15100.     Styles         = (CFG_BOOLEAN);
  15101. End
  15102.  
  15103. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Japanesefind
  15104.     ModuleID     = gid_Module_Root;
  15105.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15106.     Key             = "JapaneseFind";
  15107.     Value         = "FALSE";
  15108.     Styles         = (CFG_BOOLEAN);
  15109. End
  15110.  
  15111. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Ruby
  15112.     ModuleID     = gid_Module_Root;
  15113.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15114.     Key             = "Ruby";
  15115.     Value         = "FALSE";
  15116.     Styles         = (CFG_BOOLEAN);
  15117. End
  15118.  
  15119. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Changecasemap
  15120.     ModuleID     = gid_Module_Root;
  15121.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15122.     Key             = "ChangeCaseMap";
  15123.     Value         = "FALSE";
  15124.     Styles         = (CFG_BOOLEAN);
  15125. End
  15126.  
  15127. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Doublelines
  15128.     ModuleID     = gid_Module_Root;
  15129.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15130.     Key             = "DoubleLines";
  15131.     Value         = "FALSE";
  15132.     Styles         = (CFG_BOOLEAN);
  15133. End
  15134.  
  15135. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Emphasismarks
  15136.     ModuleID     = gid_Module_Root;
  15137.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15138.     Key             = "EmphasisMarks";
  15139.     Value         = "FALSE";
  15140.     Styles         = (CFG_BOOLEAN);
  15141. End
  15142.  
  15143. ConfigurationItem gid_Configurationitem_Setup_Cjk_Enable_Verticalcallout
  15144.     ModuleID     = gid_Module_Root;
  15145.     Path         = "org.openoffice.Office.Common/I18N/CJK";
  15146.     Key             = "VerticalCallOut";
  15147.     Value         = "FALSE";
  15148.     Styles         = (CFG_BOOLEAN);
  15149. End
  15150.  
  15151. ConfigurationItem gid_Configurationitem_Swriter_Cjk_Disable_Autocompletion
  15152.     ModuleID     = gid_Module_Root;
  15153.     Path         = "org.openoffice.Office.Writer/AutoFunction/Completion";
  15154.     Key             = "Enable";
  15155.     Value         = "TRUE";
  15156.     Styles         = (CFG_BOOLEAN);
  15157. End
  15158.  
  15159. ConfigurationItem gid_Configurationitem_Setup_Ctl_Ctlfont
  15160.     ModuleID     = gid_Module_Root;
  15161.     Path         = "org.openoffice.Office.Common/I18N/CTL";
  15162.     Key             = "CTLFont";
  15163.     Value         = "FALSE";
  15164.     Styles         = (CFG_BOOLEAN);
  15165. End
  15166.  
  15167. ConfigurationItem gid_Configurationitem_Attoolsupport
  15168.     ModuleID     = gid_Module_Root;
  15169.     Path         = "org.openoffice.VCL/Settings/Accessibility";
  15170.     Key             = "EnableATToolSupport";
  15171.     Value         = "<ATToolSupport>";
  15172.     Styles         = (CFG_STRING);
  15173. End
  15174.  
  15175. ConfigurationItem gid_Configurationitem_Soffice_Apps_Schart1
  15176.     ModuleID     = gid_Module_Root;
  15177.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.chart.ChartDocument";
  15178.     Key             = "ooSetupFactoryShortName";
  15179.     Value         = "schart";
  15180.     Styles         = (CFG_STRING, CREATE);
  15181. End
  15182.  
  15183. ConfigurationItem gid_Configurationitem_Soffice_Apps_Schart2
  15184.     ModuleID     = gid_Module_Root;
  15185.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.chart.ChartDocument";
  15186.     Key             = "ooSetupFactoryTemplateFile";
  15187.     Value         = "";
  15188.     Styles         = (CFG_STRING, CREATE);
  15189. End
  15190.  
  15191. ConfigurationItem gid_Configurationitem_Soffice_Apps_Schart3
  15192.     ModuleID     = gid_Module_Root;
  15193.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.chart.ChartDocument";
  15194.     Key             = "ooSetupFactoryIcon";
  15195.     Value         = "13";
  15196.     Styles         = (CFG_NUMERIC, CREATE);
  15197. End
  15198.  
  15199. ConfigurationItem gid_Configurationitem_Soffice_Apps_Schart4
  15200.     ModuleID     = gid_Module_Root;
  15201.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.chart.ChartDocument";
  15202.     Key             = "ooSetupFactoryWindowAttributes";
  15203.     Value         = "";
  15204.     Styles         = (CFG_STRING, CREATE);
  15205. End
  15206.  
  15207. ConfigurationItem gid_Configurationitem_Soffice_Apps_Schart5
  15208.     ModuleID     = gid_Module_Root;
  15209.     Path         = "org.openoffice.Setup/Office/Factories/com.sun.star.chart.ChartDocument";
  15210.     Key             = "ooSetupFactoryEmptyDocumentURL";
  15211.     Value         = "private:factory/schart";
  15212.     Styles         = (CFG_STRING, CREATE);
  15213. End
  15214.  
  15215. ConfigurationItem gid_Configurationitem_Filters_Chart_Staroffice_Xml_Chart
  15216.     ModuleID     = gid_Module_Root;
  15217.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarOffice XML (Chart)']";
  15218.     Key             = "Installed";
  15219.     Value         = "TRUE";
  15220.     Styles         = (CFG_BOOLEAN);
  15221. End
  15222.  
  15223. ConfigurationItem gid_Configurationitem_Filters_Chart_Starchart_50
  15224.     ModuleID     = gid_Module_Root;
  15225.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarChart 5.0']";
  15226.     Key             = "Installed";
  15227.     Value         = "TRUE";
  15228.     Styles         = (CFG_BOOLEAN);
  15229. End
  15230.  
  15231. ConfigurationItem gid_Configurationitem_Filters_Chart_Starchart_40
  15232.     ModuleID     = gid_Module_Root;
  15233.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarChart 4.0']";
  15234.     Key             = "Installed";
  15235.     Value         = "TRUE";
  15236.     Styles         = (CFG_BOOLEAN);
  15237. End
  15238.  
  15239. ConfigurationItem gid_Configurationitem_Filters_Chart_Starchart_30
  15240.     ModuleID     = gid_Module_Root;
  15241.     Path         = "org.openoffice.Office.TypeDetection/Filters/Filter['StarChart 3.0']";
  15242.     Key             = "Installed";
  15243.     Value         = "TRUE";
  15244.     Styles         = (CFG_BOOLEAN);
  15245. End
  15246.  
  15247. ConfigurationItem gid_Configurationitem_Common_Objectnames_Chart_Name
  15248.     ModuleID     = gid_Module_Root;
  15249.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Chart']/Name";
  15250.     Key             = "en-US";
  15251.     Value         = "%PRODUCTNAME %PRODUCTVERSION Chart";
  15252.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  15253. End
  15254.  
  15255. ConfigurationItem gid_Configurationitem_Common_Objectnames_Chart_Key
  15256.     ModuleID     = gid_Module_Root;
  15257.     Path         = "org.openoffice.Office.Common/OfficeObjects/*['Chart']";
  15258.     Key             = "Key";
  15259.     Value         = "12DCAE26-281F-416F-A234-C3086127382E";
  15260.     Styles         = (CFG_STRING, WORKSTATION, CREATE);
  15261. End
  15262.  
  15263. RegistryItem gid_Regitem__Vor
  15264.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15265.     ModuleID     = gid_Module_Root;
  15266.     Subkey         = ".vor";
  15267.     Value         = "soffice.StarOfficeTemplate.5";
  15268. End
  15269.  
  15270. RegistryItem gid_Regitem_Vor_Contenttype
  15271.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15272.     ModuleID     = gid_Module_Root;
  15273.     Subkey         = ".vor";
  15274.     Name         = "Content Type";
  15275.     Value         = "application/vnd.stardivision.writer";
  15276. End
  15277.  
  15278. RegistryItem gid_Regitem_Vor_Mime_Database
  15279.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15280.     ModuleID     = gid_Module_Root;
  15281.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.writer";
  15282.     Name         = "Extension";
  15283.     Value         = ".vor";
  15284. End
  15285.  
  15286. RegistryItem gid_Regitem_Soffice_Starofficetemplate_5
  15287.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15288.     ModuleID     = gid_Module_Root;
  15289.     Subkey         = "soffice.StarOfficeTemplate.5";
  15290.     Value         = "%PRODUCTNAME 5.0 Template";
  15291. End
  15292.  
  15293. RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Defaulticon
  15294.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15295.     ModuleID     = gid_Module_Root;
  15296.     Subkey         = "soffice.StarOfficeTemplate.5\DefaultIcon";
  15297.     Value         = "<progpath>\program\soffice.exe,15";
  15298. End
  15299.  
  15300. RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell
  15301.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15302.     ModuleID     = gid_Module_Root;
  15303.     Subkey         = "soffice.StarOfficeTemplate.5\shell";
  15304.     Value         = "new";
  15305. End
  15306.  
  15307. RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_New
  15308.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15309.     ModuleID     = gid_Module_Root;
  15310.     Subkey         = "soffice.StarOfficeTemplate.5\shell\new";
  15311.     Value         = "~New";
  15312. End
  15313.  
  15314. RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_New_Command
  15315.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15316.     ModuleID     = gid_Module_Root;
  15317.     Subkey         = "soffice.StarOfficeTemplate.5\shell\new\command";
  15318.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  15319. End
  15320.  
  15321. RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_Open_Command
  15322.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15323.     ModuleID     = gid_Module_Root;
  15324.     Subkey         = "soffice.StarOfficeTemplate.5\shell\open\command";
  15325.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  15326. End
  15327.  
  15328. RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_Print_Command
  15329.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15330.     ModuleID     = gid_Module_Root;
  15331.     Subkey         = "soffice.StarOfficeTemplate.5\shell\print\command";
  15332.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  15333. End
  15334.  
  15335. RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_Printto_Command
  15336.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15337.     ModuleID     = gid_Module_Root;
  15338.     Subkey         = "soffice.StarOfficeTemplate.5\shell\printto\command";
  15339.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  15340. End
  15341.  
  15342. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Soffice_Exe
  15343.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15344.     ModuleID     = gid_Module_Root;
  15345.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\App Paths\soffice.exe";
  15346.     Value         = "<progpath>\program\soffice.exe";
  15347. End
  15348.  
  15349. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Soffice_Exepath
  15350.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15351.     ModuleID     = gid_Module_Root;
  15352.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\App Paths\soffice.exe";
  15353.     Name         = "Path";
  15354.     Value         = "<progpath>";
  15355. End
  15356.  
  15357. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Displayname
  15358.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15359.     ModuleID     = gid_Module_Root;
  15360.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15361.     Name         = "DisplayName";
  15362.     Value         = "%PRODUCTNAME %PRODUCTVERSION";
  15363. End
  15364.  
  15365. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Displayname2
  15366.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15367.     ModuleID     = gid_Module_Root;
  15368.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15369.     Name         = "DisplayIcon";
  15370.     Value         = "<progpath>\program\setup.exe";
  15371. End
  15372.  
  15373. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Uninstallstring
  15374.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15375.     ModuleID     = gid_Module_Root;
  15376.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15377.     Name         = "UninstallString";
  15378.     Value         = "<progpath>\program\setup.exe -deinstall";
  15379. End
  15380.  
  15381. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Modifypath
  15382.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15383.     ModuleID     = gid_Module_Root;
  15384.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15385.     Name         = "ModifyPath";
  15386.     Value         = "<progpath>\program\setup.exe -reinstall";
  15387. End
  15388.  
  15389. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Urlupdateinfo
  15390.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15391.     ModuleID     = gid_Module_Root;
  15392.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15393.     Name         = "URLUpdateInfo";
  15394.     Value         = "http://www.openoffice.org/dev_docs/source/download.html#newsoftware";
  15395. End
  15396.  
  15397. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Helplink
  15398.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15399.     ModuleID     = gid_Module_Root;
  15400.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15401.     Name         = "HelpLink";
  15402.     Value         = "http://www.openoffice.org/servlets/HelpTOC";
  15403. End
  15404.  
  15405. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Urlinfoabout
  15406.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15407.     ModuleID     = gid_Module_Root;
  15408.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15409.     Name         = "URLInfoAbout";
  15410.     Value         = "http://www.openoffice.org/";
  15411. End
  15412.  
  15413. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Displayversion
  15414.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15415.     ModuleID     = gid_Module_Root;
  15416.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15417.     Name         = "DisplayVersion";
  15418.     Value         = "%PRODUCTVERSION";
  15419. End
  15420.  
  15421. RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Publisher
  15422.     ParentID     = PREDEFINED_HKEY_LOCAL_MACHINE;
  15423.     ModuleID     = gid_Module_Root;
  15424.     Subkey         = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION";
  15425.     Name         = "Publisher";
  15426.     Value         = "Sun Microsystems, Inc. for the OpenOffice.org-Community";
  15427. End
  15428.  
  15429. RegistryItem gid_Regitem_Stardiv_Uno_Servicemanager_1
  15430.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15431.     ModuleID     = gid_Module_Root;
  15432.     Subkey         = "com.sun.star.ServiceManager.1";
  15433.     Value         = "%PRODUCTNAME Service Manager (Ver 1.0)";
  15434. End
  15435.  
  15436. RegistryItem gid_Regitem_Clsid__3ecf78f0_B1_11d2_8ebe_005ad848af_
  15437.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15438.     ModuleID     = gid_Module_Root;
  15439.     Subkey         = "CLSID\{82154420-0FBF-11d4-8313-005004526AB4}";
  15440.     Value         = "%PRODUCTNAME Service Manager (Ver 1.0)";
  15441. End
  15442.  
  15443. RegistryItem gid_Regitem_Stardiv_Uno_Servicemanager_Clsid
  15444.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15445.     ModuleID     = gid_Module_Root;
  15446.     Subkey         = "com.sun.star.ServiceManager\CLSID";
  15447.     Value         = "{82154420-0FBF-11d4-8313-005004526AB4}";
  15448. End
  15449.  
  15450. RegistryItem gid_Regitem_Stardiv_Uno_Servicemanager_Curver
  15451.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15452.     ModuleID     = gid_Module_Root;
  15453.     Subkey         = "com.sun.star.ServiceManager\CurVer";
  15454.     Value         = "com.sun.star.ServiceManager.1";
  15455. End
  15456.  
  15457. RegistryItem gid_Regitem_Stardiv_Uno_Servicemanager
  15458.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15459.     ModuleID     = gid_Module_Root;
  15460.     Subkey         = "com.sun.star.ServiceManager";
  15461.     Value         = "%PRODUCTNAME Service Manager";
  15462. End
  15463.  
  15464. RegistryItem gid_Regitem_Stardiv_Uno_Servicemanager_Notinsertable
  15465.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15466.     ModuleID     = gid_Module_Root;
  15467.     Subkey         = "com.sun.star.ServiceManager\NotInsertable";
  15468.     Value         = "";
  15469. End
  15470.  
  15471. RegistryItem gid_Regitem_Stardiv_Uno_Servicemanager_1_Clsid
  15472.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15473.     ModuleID     = gid_Module_Root;
  15474.     Subkey         = "com.sun.star.ServiceManager.1\CLSID";
  15475.     Value         = "{82154420-0FBF-11d4-8313-005004526AB4}";
  15476. End
  15477.  
  15478. RegistryItem gid_Regitem_Stardiv_Uno_Servicemanager_1_Notinsertable
  15479.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15480.     ModuleID     = gid_Module_Root;
  15481.     Subkey         = "com.sun.star.ServiceManager.1\NotInsertable";
  15482.     Value         = "";
  15483. End
  15484.  
  15485. RegistryItem gid_Regitem_Clsid__3ecf78f0_B1_11d2_8ebe_005ad848af__Notinsertable
  15486.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15487.     ModuleID     = gid_Module_Root;
  15488.     Subkey         = "CLSID\{82154420-0FBF-11d4-8313-005004526AB4}\NotInsertable";
  15489.     Value         = "";
  15490. End
  15491.  
  15492. RegistryItem gid_Regitem_Clsid__3ecf78f0_B1_11d2_8ebe_005ad848af__Programmable
  15493.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15494.     ModuleID     = gid_Module_Root;
  15495.     Subkey         = "CLSID\{82154420-0FBF-11d4-8313-005004526AB4}\Programmable";
  15496.     Value         = "";
  15497. End
  15498.  
  15499. RegistryItem gid_Regitem_Clsid__3ecf78f0_B1_11d2_8ebe_005ad848af__Versionindependentprogid
  15500.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15501.     ModuleID     = gid_Module_Root;
  15502.     Subkey         = "CLSID\{82154420-0FBF-11d4-8313-005004526AB4}\VersionIndependentProgID";
  15503.     Value         = "com.sun.star.ServiceManager";
  15504. End
  15505.  
  15506. RegistryItem gid_Regitem_Clsid__3ecf78f0_B1_11d2_8ebe_005ad848af__Progid
  15507.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15508.     ModuleID     = gid_Module_Root;
  15509.     Subkey         = "CLSID\{82154420-0FBF-11d4-8313-005004526AB4}\ProgID";
  15510.     Value         = "com.sun.star.ServiceManager.1";
  15511. End
  15512.  
  15513. RegistryItem gid_Regitem_Clsid__3ecf78f0_B1_11d2_8ebe_005ad848af__Localserver32
  15514.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15515.     ModuleID     = gid_Module_Root;
  15516.     Subkey         = "CLSID\{82154420-0FBF-11d4-8313-005004526AB4}\LocalServer32";
  15517.     Value         = "<progpath>\program\soffice.exe -nodefault -nologo";
  15518. End
  15519.  
  15520. RegistryItem gid_Regitem_Soe
  15521.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15522.     ModuleID     = gid_Module_Root;
  15523.     Subkey         = ".soe";
  15524.     Value         = "soffice.StarConfigFile.6";
  15525. End
  15526.  
  15527. RegistryItem gid_Regitem_Sod
  15528.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15529.     ModuleID     = gid_Module_Root;
  15530.     Subkey         = ".sod";
  15531.     Value         = "soffice.StarConfigFile.6";
  15532. End
  15533.  
  15534. RegistryItem gid_Regitem_Soc
  15535.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15536.     ModuleID     = gid_Module_Root;
  15537.     Subkey         = ".soc";
  15538.     Value         = "soffice.StarConfigFile.6";
  15539. End
  15540.  
  15541. RegistryItem gid_Regitem_Sog
  15542.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15543.     ModuleID     = gid_Module_Root;
  15544.     Subkey         = ".sog";
  15545.     Value         = "soffice.StarConfigFile.6";
  15546. End
  15547.  
  15548. RegistryItem gid_Regitem_Sob
  15549.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15550.     ModuleID     = gid_Module_Root;
  15551.     Subkey         = ".sob";
  15552.     Value         = "soffice.StarConfigFile.6";
  15553. End
  15554.  
  15555. RegistryItem gid_Regitem_Soh
  15556.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15557.     ModuleID     = gid_Module_Root;
  15558.     Subkey         = ".soh";
  15559.     Value         = "soffice.StarConfigFile.6";
  15560. End
  15561.  
  15562. RegistryItem gid_Regitem_Bau
  15563.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15564.     ModuleID     = gid_Module_Root;
  15565.     Subkey         = ".bau";
  15566.     Value         = "soffice.StarConfigFile.6";
  15567. End
  15568.  
  15569. RegistryItem gid_Regitem_Xba
  15570.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15571.     ModuleID     = gid_Module_Root;
  15572.     Subkey         = ".xba";
  15573.     Value         = "soffice.StarConfigFile.6";
  15574. End
  15575.  
  15576. RegistryItem gid_Regitem_Thm
  15577.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15578.     ModuleID     = gid_Module_Root;
  15579.     Subkey         = ".thm";
  15580.     Value         = "soffice.StarConfigFile.6";
  15581. End
  15582.  
  15583. RegistryItem gid_Regitem_Sdg
  15584.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15585.     ModuleID     = gid_Module_Root;
  15586.     Subkey         = ".sdg";
  15587.     Value         = "soffice.StarConfigFile.6";
  15588. End
  15589.  
  15590. RegistryItem gid_Regitem_Xcu
  15591.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15592.     ModuleID     = gid_Module_Root;
  15593.     Subkey         = ".xcu";
  15594.     Value         = "soffice.StarConfigFile.6";
  15595. End
  15596.  
  15597. RegistryItem gid_Regitem_Sdv
  15598.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15599.     ModuleID     = gid_Module_Root;
  15600.     Subkey         = ".sdv";
  15601.     Value         = "soffice.StarConfigFile.6";
  15602. End
  15603.  
  15604. RegistryItem gid_Regitem_Xcs
  15605.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15606.     ModuleID     = gid_Module_Root;
  15607.     Subkey         = ".xcs";
  15608.     Value         = "soffice.StarConfigFile.6";
  15609. End
  15610.  
  15611. RegistryItem gid_Regitem_Xdl
  15612.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15613.     ModuleID     = gid_Module_Root;
  15614.     Subkey         = ".xdl";
  15615.     Value         = "soffice.StarConfigFile.6";
  15616. End
  15617.  
  15618. RegistryItem gid_Regitem_Soffice_Starconfigfile_6
  15619.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15620.     ModuleID     = gid_Module_Root;
  15621.     Subkey         = "soffice.StarConfigFile.6";
  15622.     Value         = "%PRODUCTNAME %PRODUCTVERSION Configuration File";
  15623. End
  15624.  
  15625. RegistryItem gid_Regitem_Soffice_Starconfigfile_6_Defaulticon
  15626.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15627.     ModuleID     = gid_Module_Root;
  15628.     Subkey         = "soffice.StarConfigFile.6\DefaultIcon";
  15629.     Value         = "<progpath>\program\soffice.exe,17";
  15630. End
  15631.  
  15632. RegistryItem gid_Regitem__Sds
  15633.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15634.     ModuleID     = gid_Module_Root;
  15635.     Subkey         = ".sds";
  15636.     Value         = "soffice.StarChartDocument.5";
  15637. End
  15638.  
  15639. RegistryItem gid_Regitem_Sds_Contenttype
  15640.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15641.     ModuleID     = gid_Module_Root;
  15642.     Subkey         = ".sds";
  15643.     Name         = "Content Type";
  15644.     Value         = "application/vnd.stardivision.chart";
  15645. End
  15646.  
  15647. RegistryItem gid_Regitem_Sds_Mime_Database
  15648.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15649.     ModuleID     = gid_Module_Root;
  15650.     Subkey         = "MIME\Database\Content Type\application/vnd.stardivision.chart";
  15651.     Name         = "Extension";
  15652.     Value         = ".sds";
  15653. End
  15654.  
  15655. RegistryItem gid_Regitem_Sds_So4_Mime_Database
  15656.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15657.     ModuleID     = gid_Module_Root;
  15658.     Subkey         = "MIME\Database\Content Type\application/x-starchart";
  15659.     Name         = "Extension";
  15660.     Value         = ".sds";
  15661. End
  15662.  
  15663. RegistryItem gid_Regitem_Soffice_Starchartdocument_5
  15664.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15665.     ModuleID     = gid_Module_Root;
  15666.     Subkey         = "soffice.StarChartDocument.5";
  15667.     Value         = "%PRODUCTNAME 5.0 Chart";
  15668. End
  15669.  
  15670. RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Defaulticon
  15671.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15672.     ModuleID     = gid_Module_Root;
  15673.     Subkey         = "soffice.StarChartDocument.5\DefaultIcon";
  15674.     Value         = "<progpath>\program\soffice.exe,12";
  15675. End
  15676.  
  15677. RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell
  15678.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15679.     ModuleID     = gid_Module_Root;
  15680.     Subkey         = "soffice.StarChartDocument.5\shell";
  15681.     Value         = "open";
  15682. End
  15683.  
  15684. RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_New
  15685.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15686.     ModuleID     = gid_Module_Root;
  15687.     Subkey         = "soffice.StarChartDocument.5\shell\new";
  15688.     Value         = "~New";
  15689. End
  15690.  
  15691. RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_New_Command
  15692.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15693.     ModuleID     = gid_Module_Root;
  15694.     Subkey         = "soffice.StarChartDocument.5\shell\new\command";
  15695.     Value         = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
  15696. End
  15697.  
  15698. RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_Open_Command
  15699.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15700.     ModuleID     = gid_Module_Root;
  15701.     Subkey         = "soffice.StarChartDocument.5\shell\open\command";
  15702.     Value         = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
  15703. End
  15704.  
  15705. RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_Print_Command
  15706.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15707.     ModuleID     = gid_Module_Root;
  15708.     Subkey         = "soffice.StarChartDocument.5\shell\print\command";
  15709.     Value         = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
  15710. End
  15711.  
  15712. RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_Printto_Command
  15713.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15714.     ModuleID     = gid_Module_Root;
  15715.     Subkey         = "soffice.StarChartDocument.5\shell\printto\command";
  15716.     Value         = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
  15717. End
  15718.  
  15719. RegistryItem gid_Regitem_Soffice_Starchartdocument_Curver
  15720.     ParentID     = PREDEFINED_HKEY_CLASSES_ROOT;
  15721.     ModuleID     = gid_Module_Root;
  15722.     Subkey         = "soffice.StarChartDocument\CurVer";
  15723.     Value         = "soffice.StarChartDocument.5";
  15724. End
  15725.  
  15726.